diff options
Diffstat (limited to 'kopete/protocols/groupwise/gwbytestream.h')
-rw-r--r-- | kopete/protocols/groupwise/gwbytestream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/gwbytestream.h b/kopete/protocols/groupwise/gwbytestream.h index 0cd95f77..457d9593 100644 --- a/kopete/protocols/groupwise/gwbytestream.h +++ b/kopete/protocols/groupwise/gwbytestream.h @@ -35,9 +35,10 @@ class KNetworkByteStream : public ByteStream { Q_OBJECT + TQ_OBJECT public: - KNetworkByteStream ( TQObject *parent = 0, const char *name = 0 ); + KNetworkByteStream ( TQObject *tqparent = 0, const char *name = 0 ); ~KNetworkByteStream (); |