diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/qcatlshandler.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/qcatlshandler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h b/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h index a550d54b..e7ac398e 100644 --- a/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h +++ b/kopete/protocols/groupwise/libgroupwise/qcatlshandler.h @@ -20,7 +20,7 @@ #ifndef GWQCATLSHANDLER_H #define GWQCATLSHANDLER_H -//#include <qtimer.h> +//#include <tqtimer.h> #include "tlshandler.h" class QCA::TLS; @@ -36,9 +36,9 @@ public: int tlsError() const; void reset(); - void startClient(const QString &host); - void write(const QByteArray &a); - void writeIncoming(const QByteArray &a); + void startClient(const TQString &host); + void write(const TQByteArray &a); + void writeIncoming(const TQByteArray &a); signals: void tlsHandshaken(); |