diff options
Diffstat (limited to 'ksplashml/themeengine/redmond')
-rw-r--r-- | ksplashml/themeengine/redmond/previewredmond.h | 2 | ||||
-rw-r--r-- | ksplashml/themeengine/redmond/themeredmond.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ksplashml/themeengine/redmond/previewredmond.h b/ksplashml/themeengine/redmond/previewredmond.h index 5fc5558c2..fdaf6418e 100644 --- a/ksplashml/themeengine/redmond/previewredmond.h +++ b/ksplashml/themeengine/redmond/previewredmond.h @@ -27,7 +27,7 @@ */ class PreviewRedmond: public TQWidget { - Q_OBJECT + TQ_OBJECT public: PreviewRedmond( TQWidget* ); diff --git a/ksplashml/themeengine/redmond/themeredmond.h b/ksplashml/themeengine/redmond/themeredmond.h index d68e004da..1fbb7c57a 100644 --- a/ksplashml/themeengine/redmond/themeredmond.h +++ b/ksplashml/themeengine/redmond/themeredmond.h @@ -23,7 +23,7 @@ class TQCheckBox; class CfgRedmond: public ThemeEngineConfig { - Q_OBJECT + TQ_OBJECT public: CfgRedmond( TQWidget *, TDEConfig * ); @@ -39,7 +39,7 @@ protected: class ObjKsTheme; class ThemeRedmond: public ThemeEngine { - Q_OBJECT + TQ_OBJECT public: ThemeRedmond( TQWidget *, const char *, const TQStringList& ); |