summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mainwindowbase.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/mainwindowbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/mainwindowbase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/mainwindowbase.h b/noncore/unsupported/mail2/mainwindowbase.h
index 232d656..d8faeba 100644
--- a/noncore/unsupported/mail2/mainwindowbase.h
+++ b/noncore/unsupported/mail2/mainwindowbase.h
@@ -9,2 +9,4 @@ class FolderWidget;
class QPEToolBar;
+class QPEMenuBar;
+class QPopupMenu;
class MailTable;
@@ -28,2 +30,4 @@ protected:
QPEToolBar *toolbar;
+ QPEMenuBar *menubar;
+ QPopupMenu *mailmenu, *servermenu;
MailTable *mailView;