diff options
Diffstat (limited to 'kdevdesigner/designer/designerapp.h')
-rw-r--r-- | kdevdesigner/designer/designerapp.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kdevdesigner/designer/designerapp.h b/kdevdesigner/designer/designerapp.h index d78d55af..3284bb91 100644 --- a/kdevdesigner/designer/designerapp.h +++ b/kdevdesigner/designer/designerapp.h @@ -29,7 +29,7 @@ class QSplashScreen; -#include <qapplication.h> +#include <tqapplication.h> class DesignerApplication : public QApplication { @@ -38,15 +38,15 @@ public: DesignerApplication( int &argc, char **argv ); - QSplashScreen *showSplash(); + TQSplashScreen *showSplash(); static void closeSplash(); - static QString settingsKey(); - static QString oldSettingsKey(); - static void setSettingsKey( const QString &key ); + static TQString settingsKey(); + static TQString oldSettingsKey(); + static void setSettingsKey( const TQString &key ); protected: - QDateTime lastMod; + TQDateTime lastMod; #if defined(Q_WS_WIN) bool winEventFilter( MSG *msg ); |