diff options
Diffstat (limited to 'tdecore/kmanagerselection.h')
-rw-r--r-- | tdecore/kmanagerselection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kmanagerselection.h b/tdecore/kmanagerselection.h index de294187d..31ea43ce9 100644 --- a/tdecore/kmanagerselection.h +++ b/tdecore/kmanagerselection.h @@ -50,7 +50,7 @@ class TDESelectionOwnerPrivate; class TDECORE_EXPORT TDESelectionOwner : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** * This constructor initializes the object, but doesn't perform any @@ -173,7 +173,7 @@ class TDESelectionWatcherPrivate; class TDECORE_EXPORT TDESelectionWatcher : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** * This constructor initializes the object, but doesn't perform any |