diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/client.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/client.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/client.h b/kopete/protocols/groupwise/libgroupwise/client.h index 9cdb7c68..9d559bf3 100644 --- a/kopete/protocols/groupwise/libgroupwise/client.h +++ b/kopete/protocols/groupwise/libgroupwise/client.h @@ -36,9 +36,10 @@ class Task; using namespace GroupWise; -class Client : public QObject +class Client : public TQObject { Q_OBJECT + TQ_OBJECT public: @@ -46,7 +47,7 @@ Q_OBJECT EXTERNAL API *************/ - Client( TQObject *parent = 0, uint protocolVersion = 2 ); + Client( TQObject *tqparent = 0, uint protocolVersion = 2 ); ~Client(); void setOSName( const TQString &name ); void setClientName( const TQString &s ); @@ -91,7 +92,7 @@ fd * @param password * @param reason custom status name for away statuses * @param autoReply auto reply message for use in this status */ - void setStatus( GroupWise::Status status, const TQString & reason, const TQString & autoReply ); + void settqStatus( GroupWise::tqStatus status, const TQString & reason, const TQString & autoReply ); /** * Send a message @@ -117,7 +118,7 @@ fd * @param password /** * Request the status of a single user, for example, if they have messaged us and are not on our contact list */ - void requestStatus( const TQString & userDN ); + void requesttqStatus( const TQString & userDN ); /** * Add a contact to the contact list @@ -210,7 +211,7 @@ fd * @param password /** * Obtain the list of custom statuses stored on the server */ - TQValueList<GroupWise::CustomStatus> customStatuses(); + TQValueList<GroupWise::CustomtqStatus> customStatuses(); /** * Get a reference to the RequestFactory for this Client. @@ -276,11 +277,11 @@ fd * @param password /** * A remote contact changed status */ - void statusReceived( const TQString & contactId, Q_UINT16 status, const TQString & statusText ); + void statusReceived( const TQString & contactId, TQ_UINT16 status, const TQString & statusText ); /** * Our status changed on the server */ - void ourStatusChanged( GroupWise::Status status, const TQString & statusText, const TQString & autoReply ); + void ourStatusChanged( GroupWise::tqStatus status, const TQString & statusText, const TQString & autoReply ); /** CONFERENCE (MANAGEMENT) EVENTS */ /** @@ -370,7 +371,7 @@ fd * @param password /** * Receive a custom status during login and record it */ - void lt_gotCustomStatus( const GroupWise::CustomStatus & ); + void lt_gotCustomtqStatus( const GroupWise::CustomtqStatus & ); /** * Notify us of the keepalive period contained in the login response */ |