From 14056eb4ec076bc243dcb9f600999eb437fb8afd Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 10 Sep 2004 09:53:08 +0000 Subject: Fixed menubar problem --- (limited to 'kmicromail/mainwindow.h') diff --git a/kmicromail/mainwindow.h b/kmicromail/mainwindow.h index f5b81aa..680f0a9 100644 --- a/kmicromail/mainwindow.h +++ b/kmicromail/mainwindow.h @@ -8,7 +8,11 @@ #include #include +#ifdef DESKTOP_VERSION #include +#else +#include +#endif #include "accountview.h" #include "statuswidget.h" @@ -49,7 +53,7 @@ protected slots: protected: QToolBar *toolBar; StatusWidget *statusWidget; - QMenuBar *menuBar; + QPEMenuBar *menuBar; QPopupMenu *mailMenu, *settingsMenu; QAction *composeMail, *sendQueued, *showFolders, *searchMails, *deleteMails, *editSettings, *editAccounts, *syncFolders; -- cgit v0.9.0.2