diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/request.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/request.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/request.h b/kopete/protocols/groupwise/libgroupwise/request.h index 85a55e8a..21ef71f9 100644 --- a/kopete/protocols/groupwise/libgroupwise/request.h +++ b/kopete/protocols/groupwise/libgroupwise/request.h @@ -30,11 +30,11 @@ friend class RequestFactory; public: ~Request( ); - QString command(); + TQString command(); TransferType type() { return Transfer::RequestTransfer; } private: - Request( const int transactionId, const QString &command ); - QString m_command; + Request( const int transactionId, const TQString &command ); + TQString m_command; }; #endif |