diff options
Diffstat (limited to 'kopete/protocols/testbed/testbedcontact.h')
-rw-r--r-- | kopete/protocols/testbed/testbedcontact.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/testbed/testbedcontact.h b/kopete/protocols/testbed/testbedcontact.h index f6efa7ee..f5ac9ed6 100644 --- a/kopete/protocols/testbed/testbedcontact.h +++ b/kopete/protocols/testbed/testbedcontact.h @@ -33,6 +33,7 @@ namespace Kopete { class MetaContact; } class TestbedContact : public Kopete::Contact { Q_OBJECT + TQ_OBJECT public: /** * The range of possible contact types @@ -41,7 +42,7 @@ public: TestbedContact( Kopete::Account* _account, const TQString &uniqueName, const TestbedContact::TestbedContactType type, const TQString &displayName, - Kopete::MetaContact *parent ); + Kopete::MetaContact *tqparent ); ~TestbedContact(); |