summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mainwindowbase.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/mainwindowbase.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mail2/mainwindowbase.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/noncore/unsupported/mail2/mainwindowbase.h b/noncore/unsupported/mail2/mainwindowbase.h
index 702933a..11c5ea0 100644
--- a/noncore/unsupported/mail2/mainwindowbase.h
+++ b/noncore/unsupported/mail2/mainwindowbase.h
@@ -6,5 +6,4 @@
6class ServerConnection; 6class ServerConnection;
7class QProgressBar; 7class MailStatusBar;
8class FolderWidget; 8class FolderWidget;
9class QToolButton;
10class QPEToolBar; 9class QPEToolBar;
@@ -14,3 +13,2 @@ class MailTable;
14class QAction; 13class QAction;
15class QLabel;
16 14
@@ -28,5 +26,4 @@ protected:
28 ServerConnection *serverConnection; 26 ServerConnection *serverConnection;
29 QProgressBar *statusProgress; 27 MailStatusBar *status;
30 FolderWidget *folderView; 28 FolderWidget *folderView;
31 QToolButton *stopButton;
32 QPEToolBar *toolbar; 29 QPEToolBar *toolbar;
@@ -36,3 +33,2 @@ protected:
36 QAction *compose, *sendQueue, *folders, *findmails, *configure; 33 QAction *compose, *sendQueue, *folders, *findmails, *configure;
37 QLabel *statusLabel;
38 34