summaryrefslogtreecommitdiffstats
path: root/src/splashscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/splashscreen.h')
-rw-r--r--src/splashscreen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/splashscreen.h b/src/splashscreen.h
index acd0cb5d..317ecdc3 100644
--- a/src/splashscreen.h
+++ b/src/splashscreen.h
@@ -11,9 +11,10 @@ class TQPixmap;
/**
Splash screen.
*/
-class KDevSplashScreen : public QSplashScreen
+class KDevSplashScreen : public TQSplashScreen
{
Q_OBJECT
+ TQ_OBJECT
public:
KDevSplashScreen(const TQPixmap& pixmap, WFlags f = 0);