-rw-r--r-- | noncore/tools/formatter/formatter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp index 642196e..2b8cca2 100644 --- a/noncore/tools/formatter/formatter.cpp +++ b/noncore/tools/formatter/formatter.cpp | |||
@@ -13,7 +13,6 @@ | |||
13 | /* OPIE */ | 13 | /* OPIE */ |
14 | #include <opie2/odebug.h> | 14 | #include <opie2/odebug.h> |
15 | #include <qpe/qpeapplication.h> | 15 | #include <qpe/qpeapplication.h> |
16 | #include <qpe/resource.h> | ||
17 | #include <qpe/config.h> | 16 | #include <qpe/config.h> |
18 | #include <qpe/mimetype.h> | 17 | #include <qpe/mimetype.h> |
19 | #include <qpe/qcopenvelope_qws.h> | 18 | #include <qpe/qcopenvelope_qws.h> |
@@ -56,7 +55,7 @@ using namespace Opie::Core; | |||
56 | 55 | ||
57 | /* | 56 | /* |
58 | Blah blah blah blah */ | 57 | Blah blah blah blah */ |
59 | FormatterApp::FormatterApp( QWidget* parent, const char* name, WFlags fl, bool modal ) | 58 | FormatterApp::FormatterApp( QWidget* parent, const char* name, WFlags fl, bool /*modal*/ ) |
60 | : QMainWindow( parent, name, fl ) | 59 | : QMainWindow( parent, name, fl ) |
61 | // : QDialog( parent, name, modal, fl ) | 60 | // : QDialog( parent, name, modal, fl ) |
62 | { | 61 | { |