diff options
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h b/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h index ca0f07a2..61967c4f 100644 --- a/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h +++ b/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h @@ -29,7 +29,7 @@ Defines a basic interface for protocols dealing with input from the GroupWise se */ class InputProtocolBase : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum EventProtocolState { Success, NeedMore, OutOfSync, ProtocolError }; |