diff options
Diffstat (limited to 'ksplashml/themeengine/unified/themeunified.h')
-rw-r--r-- | ksplashml/themeengine/unified/themeunified.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ksplashml/themeengine/unified/themeunified.h b/ksplashml/themeengine/unified/themeunified.h index cd6a1d1ca..d002af4b0 100644 --- a/ksplashml/themeengine/unified/themeunified.h +++ b/ksplashml/themeengine/unified/themeunified.h @@ -28,7 +28,7 @@ class TQCheckBox; class UnifiedConfig: public ThemeEngineConfig { - Q_OBJECT + TQ_OBJECT public: UnifiedConfig( TQWidget *, TDEConfig * ); void save(); @@ -40,9 +40,9 @@ protected: * @short Traditional Trinity splash screen. */ class ObjKsTheme; -class KDE_EXPORT ThemeUnified : public ThemeEngine +class TDE_EXPORT ThemeUnified : public ThemeEngine { - Q_OBJECT + TQ_OBJECT public: ThemeUnified( TQWidget *, const char *, const TQStringList& ); virtual ~ThemeUnified(); |