summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-write/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-write/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/opie-write/mainwindow.h b/noncore/apps/opie-write/mainwindow.h
index 565ad05..17713d8 100644
--- a/noncore/apps/opie-write/mainwindow.h
+++ b/noncore/apps/opie-write/mainwindow.h
@@ -47,5 +47,7 @@ class MainWindow : public QMainWindow
47public: 47public:
48 MainWindow( QWidget *parent = 0, const char *name = 0 ); 48 MainWindow( QWidget *parent = 0, const char *name = 0 , WFlags fl = 0);
49 ~MainWindow(); 49 ~MainWindow();
50 50
51 static QString appName() { return QString::fromLatin1("opie-write"); }
52
51protected: 53protected: