summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/ToolbarPrefs.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/ToolbarPrefs.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/ToolbarPrefs.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/noncore/apps/opie-reader/ToolbarPrefs.cpp b/noncore/apps/opie-reader/ToolbarPrefs.cpp
index 361bf97..d878829 100644
--- a/noncore/apps/opie-reader/ToolbarPrefs.cpp
+++ b/noncore/apps/opie-reader/ToolbarPrefs.cpp
@@ -7,5 +7,5 @@
** WARNING! All changes made in this file will be lost!
****************************************************************************/
-#include "useqpe.h"
+#include "useqpe.h"
#include "ToolbarPrefs.h"
@@ -21,7 +21,8 @@
#include <qbuttongroup.h>
#include <qlineedit.h>
-#ifdef USEQPE
+#ifdef USEQPE
#include <qpe/menubutton.h>
-#endif
+#endif
+#include <qpe/qpeapplication.h>
CBarPrefs::CBarPrefs(const QString& appdir, bool fs, QWidget* parent, const char* name) : QDialog(parent, name, true), config( appdir )
@@ -44,5 +45,6 @@ CBarPrefs::CBarPrefs(const QString& appdir, bool fs, QWidget* parent, const char
v->addWidget(td);
- if (fs) showMaximized();
+ if (fs)
+ QPEApplication::showDialog( this );
}