diff options
Diffstat (limited to 'kcontrol/background/bgrender.h')
-rw-r--r-- | kcontrol/background/bgrender.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/background/bgrender.h b/kcontrol/background/bgrender.h index 56ce3076a..5b96f31b0 100644 --- a/kcontrol/background/bgrender.h +++ b/kcontrol/background/bgrender.h @@ -39,7 +39,7 @@ class KBackgroundRenderer: public TQObject, public KBackgroundSettings { - Q_OBJECT + TQ_OBJECT public: KBackgroundRenderer(int desk, int screen, bool drawBackgroundPerScreen, TDEConfig *config=0); @@ -122,7 +122,7 @@ private: */ class KVirtualBGRenderer : public QObject { - Q_OBJECT + TQ_OBJECT public: KVirtualBGRenderer(int desk, TDEConfig *config=0l); ~KVirtualBGRenderer(); |