summaryrefslogtreecommitdiff
path: root/noncore/tools/formatter/formatter.h
Unidiff
Diffstat (limited to 'noncore/tools/formatter/formatter.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/formatter/formatter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/tools/formatter/formatter.h b/noncore/tools/formatter/formatter.h
index 960a68a..faf0b30 100644
--- a/noncore/tools/formatter/formatter.h
+++ b/noncore/tools/formatter/formatter.h
@@ -30,7 +30,8 @@ class FormatterApp : public QMainWindow
30 Q_OBJECT 30 Q_OBJECT
31 31
32public: 32public:
33 FormatterApp( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 33 static QString appName() { return QString::fromLatin1("formatter"); }
34 FormatterApp( QWidget* parent = 0, const char* name = 0, WFlags fl = 0, bool modal = FALSE );
34 ~FormatterApp(); 35 ~FormatterApp();
35 36
36 QTabWidget *TabWidget; 37 QTabWidget *TabWidget;