diff options
Diffstat (limited to 'ksplashml/themeengine/unified/themeunified.h')
-rw-r--r-- | ksplashml/themeengine/unified/themeunified.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksplashml/themeengine/unified/themeunified.h b/ksplashml/themeengine/unified/themeunified.h index cd6a1d1ca..e2930943c 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(); @@ -42,7 +42,7 @@ protected: class ObjKsTheme; class KDE_EXPORT ThemeUnified : public ThemeEngine { - Q_OBJECT + TQ_OBJECT public: ThemeUnified( TQWidget *, const char *, const TQStringList& ); virtual ~ThemeUnified(); |