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
@@ -8,2 +8,3 @@ class QProgressBar;
8class FolderWidget; 8class FolderWidget;
9class QToolButton;
9class QPEToolBar; 10class QPEToolBar;
@@ -29,7 +30,8 @@ protected:
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;