summaryrefslogtreecommitdiffabout
path: root/kmicromail/mainwindow.h
Side-by-side diff
Diffstat (limited to 'kmicromail/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--kmicromail/mainwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/kmicromail/mainwindow.h b/kmicromail/mainwindow.h
index f5b81aa..680f0a9 100644
--- a/kmicromail/mainwindow.h
+++ b/kmicromail/mainwindow.h
@@ -10,3 +10,7 @@
#include <qtoolbar.h>
+#ifdef DESKTOP_VERSION
#include <qmenubar.h>
+#else
+#include <qpe/qpemenubar.h>
+#endif
@@ -51,3 +55,3 @@ protected:
StatusWidget *statusWidget;
- QMenuBar *menuBar;
+ QPEMenuBar *menuBar;
QPopupMenu *mailMenu, *settingsMenu;