diff options
Diffstat (limited to 'kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h')
-rw-r--r-- | kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h index 4342d763..d2af2a5f 100644 --- a/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h +++ b/kopete/protocols/jabber/libiris/cutestuff/network/httppoll.h @@ -27,7 +27,7 @@ class HttpPoll : public ByteStream { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused = ErrCustom, ErrHostNotFound, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth }; @@ -70,7 +70,7 @@ private: class HttpProxyPost : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Error { ErrConnectionRefused, ErrHostNotFound, ErrSocket, ErrProxyConnect, ErrProxyNeg, ErrProxyAuth }; |