From e8697a4281f7a265b69e6bf5253383c73a38626b Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 29 Oct 2003 16:45:13 +0000 Subject: merge noncore/tools/* --- (limited to 'noncore/tools/formatter/formatter.h') 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 Q_OBJECT public: - FormatterApp( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + static QString appName() { return QString::fromLatin1("formatter"); } + FormatterApp( QWidget* parent = 0, const char* name = 0, WFlags fl = 0, bool modal = FALSE ); ~FormatterApp(); QTabWidget *TabWidget; -- cgit v0.9.0.2