diff options
Diffstat (limited to 'kopete/protocols/testbed/testbedincomingmessage.h')
-rw-r--r-- | kopete/protocols/testbed/testbedincomingmessage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/testbed/testbedincomingmessage.h b/kopete/protocols/testbed/testbedincomingmessage.h index 3f27510a..cacace11 100644 --- a/kopete/protocols/testbed/testbedincomingmessage.h +++ b/kopete/protocols/testbed/testbedincomingmessage.h @@ -25,9 +25,10 @@ * Kopete side 'client' of the simulated IM system. * @author Will Stephenson */ -class TestbedIncomingMessage : public QObject +class TestbedIncomingMessage : public TQObject { Q_OBJECT + TQ_OBJECT public: /** * Create a new incoming message |