diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/stream.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/stream.h b/kopete/protocols/groupwise/libgroupwise/stream.h index 95f27060..1003bf1a 100644 --- a/kopete/protocols/groupwise/libgroupwise/stream.h +++ b/kopete/protocols/groupwise/libgroupwise/stream.h @@ -30,7 +30,7 @@ class Stream : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrParse, ErrProtocol, ErrStream, ErrCustom = 10 }; |