diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:43:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:43:24 -0600 |
commit | 5c184dbff213fb413a7559143e6317d6d0a75678 (patch) | |
tree | f11f6bfe84f36d0edf6bf802d27173c5ac85ad27 /kmymoney2/kstartuplogo.h | |
parent | 382cb8acec3889e3963bb2184d792fa5609c4e81 (diff) | |
download | kmymoney-5c184dbff213fb413a7559143e6317d6d0a75678.tar.gz kmymoney-5c184dbff213fb413a7559143e6317d6d0a75678.zip |
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'kmymoney2/kstartuplogo.h')
-rw-r--r-- | kmymoney2/kstartuplogo.h | 12 |
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; |