diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h b/kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h index aa87e474..15fe12b7 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/searchchattask.h @@ -35,7 +35,7 @@ This Task searches for chatrooms on the server class SearchChatTask : public RequestTask { Q_OBJECT - TQ_OBJECT + public: enum SearchType { FetchAll=0, SinceLastSearch }; |