diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/securestream.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/securestream.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/securestream.h b/kopete/protocols/groupwise/libgroupwise/securestream.h index 82752cea..f0c6223e 100644 --- a/kopete/protocols/groupwise/libgroupwise/securestream.h +++ b/kopete/protocols/groupwise/libgroupwise/securestream.h @@ -34,6 +34,7 @@ class SecureStream : public ByteStream { Q_OBJECT + TQ_OBJECT public: enum Error { ErrTLS = ErrCustom, ErrSASL }; SecureStream(ByteStream *s); @@ -100,9 +101,10 @@ USE_TLSHANDLER }; -class SecureLayer : public QObject +class SecureLayer : public TQObject { Q_OBJECT + TQ_OBJECT public: SecureLayer(QCA::TLS *t); SecureLayer(QCA::SASL *s); |