summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mainwindowbase.h
authorconber <conber>2002-07-10 15:58:52 (UTC)
committer conber <conber>2002-07-10 15:58:52 (UTC)
commitc182d037fe82b7a7fc8adbc493eff9057d29a02d (patch) (side-by-side diff)
tree6553b5138914978000ed1286b2f588037d6d92e4 /noncore/unsupported/mail2/mainwindowbase.h
parent0439137e4c18ad7d10002e2da6bea20b57ae1dec (diff)
downloadopie-c182d037fe82b7a7fc8adbc493eff9057d29a02d.zip
opie-c182d037fe82b7a7fc8adbc493eff9057d29a02d.tar.gz
opie-c182d037fe82b7a7fc8adbc493eff9057d29a02d.tar.bz2
ui improvements
Diffstat (limited to 'noncore/unsupported/mail2/mainwindowbase.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mail2/mainwindowbase.h4
1 files changed, 3 insertions, 1 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
@@ -3,12 +3,13 @@
#include <qmainwindow.h>
class ServerConnection;
class QProgressBar;
class FolderWidget;
+class QToolButton;
class QPEToolBar;
class QPEMenuBar;
class QPopupMenu;
class MailTable;
class QAction;
class QLabel;
@@ -24,16 +25,17 @@ protected slots:
void slotFoldersToggled(bool toggled);
protected:
ServerConnection *serverConnection;
QProgressBar *statusProgress;
FolderWidget *folderView;
+ QToolButton *stopButton;
QPEToolBar *toolbar;
QPEMenuBar *menubar;
QPopupMenu *mailmenu, *servermenu;
MailTable *mailView;
- QAction *compose, *sendQueue, *folders, *findmails, *configure, *stop;
+ QAction *compose, *sendQueue, *folders, *findmails, *configure;
QLabel *statusLabel;
};
#endif