diff options
Diffstat (limited to 'kopete/protocols/testbed/testbedaddcontactpage.h')
-rw-r--r-- | kopete/protocols/testbed/testbedaddcontactpage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/protocols/testbed/testbedaddcontactpage.h b/kopete/protocols/testbed/testbedaddcontactpage.h index f430f559..3189a635 100644 --- a/kopete/protocols/testbed/testbedaddcontactpage.h +++ b/kopete/protocols/testbed/testbedaddcontactpage.h @@ -30,8 +30,9 @@ class TestbedAddUI; class TestbedAddContactPage : public AddContactPage { Q_OBJECT + TQ_OBJECT public: - TestbedAddContactPage( TQWidget* parent = 0, const char* name = 0 ); + TestbedAddContactPage( TQWidget* tqparent = 0, const char* name = 0 ); ~TestbedAddContactPage(); /** |