diff options
Diffstat (limited to 'tdeui/kcursor_private.h')
-rw-r--r-- | tdeui/kcursor_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kcursor_private.h b/tdeui/kcursor_private.h index 0ed1789e6..999280f74 100644 --- a/tdeui/kcursor_private.h +++ b/tdeui/kcursor_private.h @@ -38,7 +38,7 @@ class TQWidget; */ class KCursorPrivateAutoHideEventFilter : public TQObject { - Q_OBJECT + TQ_OBJECT public: KCursorPrivateAutoHideEventFilter( TQWidget* widget ); @@ -71,7 +71,7 @@ private: class KCursorPrivate : public TQObject { friend class KCursor; // to shut up the compiler - Q_OBJECT + TQ_OBJECT public: static KCursorPrivate *self(); |