diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h b/kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h index 48d5702e..de66f734 100644 --- a/kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h +++ b/kopete/protocols/groupwise/libgroupwise/tasks/createconferencetask.h @@ -39,7 +39,7 @@ public: * @param confId The client-unique conference Id. * @param participants A list of Novell DNs of the people taking part in the conference. */ - void conference( const int confId, const QStringList &participants ); + void conference( const int confId, const TQStringList &participants ); bool take( Transfer * transfer ); int clientConfId() const; GroupWise::ConferenceGuid conferenceGUID() const; |