diff options
Diffstat (limited to 'kopete/protocols/groupwise/libgroupwise/gwclientstream.h')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/gwclientstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h index 8e2394c3..5585104a 100644 --- a/kopete/protocols/groupwise/libgroupwise/gwclientstream.h +++ b/kopete/protocols/groupwise/libgroupwise/gwclientstream.h @@ -40,7 +40,7 @@ typedef struct NovellDN class ClientStream : public Stream { Q_OBJECT - TQ_OBJECT + public: enum Error { ErrConnection = ErrCustom, // Connection error, ask Connector-subclass what's up |