diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/yahooclientstream.h')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/yahooclientstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h b/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h index 87b60c82..b031a9a8 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h +++ b/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h @@ -32,7 +32,7 @@ class Transfer; class ClientStream : public Stream { Q_OBJECT - TQ_OBJECT + public: enum Error { ErrConnection = ErrCustom, // Connection error, ask Connector-subclass what's up |