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 fdbc5a9..58562c0 100644
--- a/shemov.h
+++ b/shemov.h
@@ -21,6 +21,7 @@ class PicturesWidget;
class SmTreeModel;
class NewPicsDialog;
class ArchiveView;
+class ArchiveBrowser;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -187,5 +188,6 @@ class SheMov : public QMainWindow {
NewPicsDialog *mNewPicsDialog;
PicturesWidget *mPicWidget;
ArchiveView *mArchive;
+ ArchiveBrowser *mArchiveBrowser;
};
#endif