summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/URLDialog.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/URLDialog.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/URLDialog.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/noncore/apps/opie-reader/URLDialog.cpp b/noncore/apps/opie-reader/URLDialog.cpp
index e572c80..dd4568b 100644
--- a/noncore/apps/opie-reader/URLDialog.cpp
+++ b/noncore/apps/opie-reader/URLDialog.cpp
@@ -3,4 +3,2 @@
3 3
4#include <qpe/qpeapplication.h>
5
6CURLDialog::CURLDialog(const QString& fname, bool fs, QWidget* parent, const char* name) : QDialog(parent, name, true) 4CURLDialog::CURLDialog(const QString& fname, bool fs, QWidget* parent, const char* name) : QDialog(parent, name, true)
@@ -14,4 +12,3 @@ CURLDialog::CURLDialog(const QString& fname, bool fs, QWidget* parent, const cha
14 m_globalfile = new QCheckBox(tr("Global file"), vb); 12 m_globalfile = new QCheckBox(tr("Global file"), vb);
15 if (fs) 13 if (fs) showMaximized();
16 QPEApplication::showDialog( this );
17} 14}