diff options
Diffstat (limited to 'kopete/protocols/irc/irctransferhandler.h')
-rw-r--r-- | kopete/protocols/irc/irctransferhandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/irc/irctransferhandler.h b/kopete/protocols/irc/irctransferhandler.h index 7847464c..d5a76bd4 100644 --- a/kopete/protocols/irc/irctransferhandler.h +++ b/kopete/protocols/irc/irctransferhandler.h @@ -34,9 +34,10 @@ class TransferHandler; } class IRCTransferHandler - : public QObject + : public TQObject { Q_OBJECT + TQ_OBJECT public: static IRCTransferHandler *self(); |