diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/chatroommanager.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/chatroommanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/chatroommanager.h b/kopete/protocols/groupwise/libgroupwise/chatroommanager.h index 2cb73cbf..97521bf1 100644 --- a/kopete/protocols/groupwise/libgroupwise/chatroommanager.h +++ b/kopete/protocols/groupwise/libgroupwise/chatroommanager.h @@ -32,7 +32,7 @@ class Client; class ChatroomManager : public TQObject { Q_OBJECT - TQ_OBJECT + public: ChatroomManager( Client * client, const char *name = 0); ~ChatroomManager(); |