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 e9bedcf..52aa192 100644
--- a/shemov.h
+++ b/shemov.h
@@ -13,6 +13,7 @@
class QTabWidget;
class FilesystemWidget;
+class ArchiveEditWidget;
class QAction;
class QLabel;
class QItemSelection;
@@ -68,6 +69,7 @@ class SheMov : public QMainWindow {
QTabWidget *mTab;
FilesystemWidget *mFSWidget;
+ ArchiveEditWidget *mAEWidget;
};