diff options
Diffstat (limited to 'kmymoney2/kstartuplogo.h')
-rw-r--r-- | kmymoney2/kstartuplogo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/kstartuplogo.h b/kmymoney2/kstartuplogo.h index 421854b..faad1a2 100644 --- a/kmymoney2/kstartuplogo.h +++ b/kmymoney2/kstartuplogo.h @@ -34,7 +34,7 @@ class KStartupSplash : public KSplashScreen { Q_OBJECT - TQ_OBJECT + public: KStartupSplash(const TQPixmap &pixmap, WFlags f = 0); ~KStartupSplash(); @@ -52,7 +52,7 @@ class KStartupSplash : public KSplashScreen class KStartupLogo : public TQObject { Q_OBJECT - TQ_OBJECT + public: KStartupLogo(); ~KStartupLogo(); |