diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/stream.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/stream.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/stream.h b/kopete/protocols/groupwise/libgroupwise/stream.h index c06649fd..15544a6c 100644 --- a/kopete/protocols/groupwise/libgroupwise/stream.h +++ b/kopete/protocols/groupwise/libgroupwise/stream.h @@ -28,9 +28,10 @@ #define GW_STREAM_H -class Stream : public QObject +class Stream : public TQObject { Q_OBJECT + TQ_OBJECT public: enum Error { ErrParse, ErrProtocol, ErrStream, ErrCustom = 10 }; enum StreamCond { @@ -45,7 +46,7 @@ public: SystemShutdown }; - Stream(TQObject *parent=0); + Stream(TQObject *tqparent=0); virtual ~Stream(); virtual void close()=0; |