diff options
Diffstat (limited to 'kopete/libkopete/kopetechatsession.h')
-rw-r--r-- | kopete/libkopete/kopetechatsession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetechatsession.h b/kopete/libkopete/kopetechatsession.h index 22506dcd..61b88cbd 100644 --- a/kopete/libkopete/kopetechatsession.h +++ b/kopete/libkopete/kopetechatsession.h @@ -76,7 +76,7 @@ class KOPETE_EXPORT ChatSession : public TQObject , public KXMLGUIClient // friend class so the object factory can access the protected constructor friend class ChatSessionManager; - Q_OBJECT + TQ_OBJECT public: |