summaryrefslogtreecommitdiffstats
path: root/src/splashscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/splashscreen.h')
-rw-r--r--src/splashscreen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/splashscreen.h b/src/splashscreen.h
index 11a329bc..b8d5563c 100644
--- a/src/splashscreen.h
+++ b/src/splashscreen.h
@@ -11,14 +11,14 @@ class TQPixmap;
/**
Splash screen.
*/
-class TDevSplashScreen : public TQSplashScreen
+class KDevSplashScreen : public TQSplashScreen
{
Q_OBJECT
public:
- TDevSplashScreen(const TQPixmap& pixmap, WFlags f = 0);
- virtual ~TDevSplashScreen();
+ KDevSplashScreen(const TQPixmap& pixmap, WFlags f = 0);
+ virtual ~KDevSplashScreen();
protected:
void drawContents (TQPainter * painter);