summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 3406446..fed0ce9 100644
--- a/shemov.h
+++ b/shemov.h
@@ -23,6 +23,7 @@ class NewPicsDialog;
class ArchiveView;
class ArchiveBrowser;
class SearchDialog;
+class RandomTab;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -214,5 +215,6 @@ class SheMov : public QMainWindow {
PicturesWidget *mPicWidget;
ArchiveView *mArchive;
ArchiveBrowser *mArchiveBrowser;
+ RandomTab *mRandomTab;
};
#endif