summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/msn/transport.h')
-rw-r--r--kopete/protocols/msn/transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/msn/transport.h b/kopete/protocols/msn/transport.h
index c5554b54..3d7a28fc 100644
--- a/kopete/protocols/msn/transport.h
+++ b/kopete/protocols/msn/transport.h
@@ -49,7 +49,7 @@ enum TransportBridgeType
/** @brief Represents the protocol used to send and receive message between peers. */
class Transport : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
/** @brief Creates a new instance of the class Transport. */
@@ -80,7 +80,7 @@ private:
/** @brief Represents the channel connecting two peers. */
class TransportBridge : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
virtual ~TransportBridge();
@@ -123,7 +123,7 @@ protected:
class TcpTransportBridge : public TransportBridge
{
- Q_OBJECT
+ TQ_OBJECT
friend class Transport;