diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h b/kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h index c80a219a..6197352d 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/chatcountstask.h @@ -19,7 +19,7 @@ #ifndef CHATCOUNTSTASK_H #define CHATCOUNTSTASK_H -#include <qvaluelist.h> +#include <tqvaluelist.h> #include "gwerror.h" #include "gwfield.h" @@ -41,9 +41,9 @@ class ChatCountsTask : public RequestTask /** * Contains a list of all the chatrooms that have participants on the server. If a chatroom exists but is empty, this task does not return a result, so update the participants count to 0. */ - QMap< QString, int > results(); + TQMap< TQString, int > results(); private: - QMap< QString, int > m_results; + TQMap< TQString, int > m_results; }; #endif |