summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mainwindowbase.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/mainwindowbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/mainwindowbase.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/unsupported/mail2/mainwindowbase.h b/noncore/unsupported/mail2/mainwindowbase.h
index d8faeba..702933a 100644
--- a/noncore/unsupported/mail2/mainwindowbase.h
+++ b/noncore/unsupported/mail2/mainwindowbase.h
@@ -6,6 +6,7 @@
6class ServerConnection; 6class ServerConnection;
7class QProgressBar; 7class QProgressBar;
8class FolderWidget; 8class FolderWidget;
9class QToolButton;
9class QPEToolBar; 10class QPEToolBar;
10class QPEMenuBar; 11class QPEMenuBar;
11class QPopupMenu; 12class QPopupMenu;
@@ -27,11 +28,12 @@ protected:
27 ServerConnection *serverConnection; 28 ServerConnection *serverConnection;
28 QProgressBar *statusProgress; 29 QProgressBar *statusProgress;
29 FolderWidget *folderView; 30 FolderWidget *folderView;
31 QToolButton *stopButton;
30 QPEToolBar *toolbar; 32 QPEToolBar *toolbar;
31 QPEMenuBar *menubar; 33 QPEMenuBar *menubar;
32 QPopupMenu *mailmenu, *servermenu; 34 QPopupMenu *mailmenu, *servermenu;
33 MailTable *mailView; 35 MailTable *mailView;
34 QAction *compose, *sendQueue, *folders, *findmails, *configure, *stop; 36 QAction *compose, *sendQueue, *folders, *findmails, *configure;
35 QLabel *statusLabel; 37 QLabel *statusLabel;
36 38
37}; 39};