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 3da68e1..cb1e8ce 100644
--- a/shemov.h
+++ b/shemov.h
@@ -24,6 +24,7 @@ class ArchiveBrowser;
class SearchDialog;
class RandomTab;
class FSWidget;
+class MovieWidget;
class SheMov : public QMainWindow {
Q_OBJECT
@@ -168,5 +169,6 @@ class SheMov : public QMainWindow {
ArchiveBrowser *mArchiveBrowser;
RandomTab *mRandomTab;
FSWidget* mFileWidget; //rename me!
+ MovieWidget *mMovieWidget;
};
#endif