summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/CloseDialog.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/CloseDialog.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/CloseDialog.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/noncore/apps/opie-reader/CloseDialog.cpp b/noncore/apps/opie-reader/CloseDialog.cpp
index d7c2652..741fa67 100644
--- a/noncore/apps/opie-reader/CloseDialog.cpp
+++ b/noncore/apps/opie-reader/CloseDialog.cpp
@@ -3,4 +3,2 @@
3 3
4#include <qpe/qpeapplication.h>
5
6CCloseDialog::CCloseDialog(const QString& fname, bool fs, QWidget* parent, const char* name) : QDialog(parent, name, true) 4CCloseDialog::CCloseDialog(const QString& fname, bool fs, QWidget* parent, const char* name) : QDialog(parent, name, true)
@@ -18,4 +16,3 @@ CCloseDialog::CCloseDialog(const QString& fname, bool fs, QWidget* parent, const
18 config->setChecked(true); 16 config->setChecked(true);
19 if (fs) 17 if (fs) showMaximized();
20 QPEApplication::showDialog( this );
21} 18}