diff options
Diffstat (limited to 'src/splashscreen.h')
-rw-r--r-- | src/splashscreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splashscreen.h b/src/splashscreen.h index 317ecdc3..b8d5563c 100644 --- a/src/splashscreen.h +++ b/src/splashscreen.h @@ -14,7 +14,7 @@ Splash screen. class KDevSplashScreen : public TQSplashScreen { Q_OBJECT - TQ_OBJECT + public: KDevSplashScreen(const TQPixmap& pixmap, WFlags f = 0); |