summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/composerbase.cpp
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/composerbase.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/composerbase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/unsupported/mail2/composerbase.cpp b/noncore/unsupported/mail2/composerbase.cpp
index 7754863..10d567d 100644
--- a/noncore/unsupported/mail2/composerbase.cpp
+++ b/noncore/unsupported/mail2/composerbase.cpp
@@ -4,3 +4,2 @@
#include <qlineedit.h>
-#include <qtoolbar.h>
#include <qlayout.h>
@@ -10,2 +9,3 @@
+#include <qpe/qpetoolbar.h>
#include <qpe/resource.h>
@@ -21,3 +21,3 @@ ComposerBase::ComposerBase(QWidget *parent, const char *name, WFlags fl)
- toolbar = new QToolBar(this);
+ toolbar = new QPEToolBar(this);
addToolBar(toolbar);
@@ -118,3 +118,3 @@ ComposerBase::ComposerBase(QWidget *parent, const char *name, WFlags fl)
- attachToolbar = new QToolBar(attachWindow);
+ attachToolbar = new QPEToolBar(attachWindow);
attachToolbar->setVerticalStretchable(true);