diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/chatroommanager.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/chatroommanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/chatroommanager.h b/kopete/protocols/groupwise/libgroupwise/chatroommanager.h index 4d0e888b..5fff7b73 100644 --- a/kopete/protocols/groupwise/libgroupwise/chatroommanager.h +++ b/kopete/protocols/groupwise/libgroupwise/chatroommanager.h @@ -19,7 +19,7 @@ #ifndef CHATROOMMANAGER_H #define CHATROOMMANAGER_H -#include <qobject.h> +#include <tqobject.h> #include "gwchatrooms.h" @@ -36,7 +36,7 @@ class ChatroomManager : public QObject ChatroomManager( Client * client, const char *name = 0); ~ChatroomManager(); GroupWise::ChatroomMap rooms(); - void requestProperties( const QString & displayName ); + void requestProperties( const TQString & displayName ); void updateRooms(); void updateCounts(); signals: |