From 5c184dbff213fb413a7559143e6317d6d0a75678 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:43:24 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- kmymoney2/kstartuplogo.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kmymoney2/kstartuplogo.h') 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 m_splash; -- cgit v1.2.1