summaryrefslogtreecommitdiffstats
path: root/kmymoney2/kstartuplogo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/kstartuplogo.h')
-rw-r--r--kmymoney2/kstartuplogo.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmymoney2/kstartuplogo.h b/kmymoney2/kstartuplogo.h
index faad1a2..682d004 100644
--- a/kmymoney2/kstartuplogo.h
+++ b/kmymoney2/kstartuplogo.h
@@ -31,13 +31,13 @@
// ----------------------------------------------------------------------------
// Project Includes
-class KStartupSplash : public KSplashScreen
+class TDEStartupSplash : public KSplashScreen
{
Q_OBJECT
public:
- KStartupSplash(const TQPixmap &pixmap, WFlags f = 0);
- ~KStartupSplash();
+ TDEStartupSplash(const TQPixmap &pixmap, WFlags f = 0);
+ ~TDEStartupSplash();
void message( const TQString &message, int alignment = AlignLeft, const TQColor &color = black);
protected:
@@ -49,13 +49,13 @@ class KStartupSplash : public KSplashScreen
};
// Simple class that just shows a picture
-class KStartupLogo : public TQObject
+class TDEStartupLogo : public TQObject
{
Q_OBJECT
public:
- KStartupLogo();
- ~KStartupLogo();
+ TDEStartupLogo();
+ ~TDEStartupLogo();
private:
TQGuardedPtr<TQWidget> m_splash;