diff options
Diffstat (limited to 'kopete/protocols/testbed/testbedcontact.h')
-rw-r--r-- | kopete/protocols/testbed/testbedcontact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/testbed/testbedcontact.h b/kopete/protocols/testbed/testbedcontact.h index f5ac9ed6..30dc6d13 100644 --- a/kopete/protocols/testbed/testbedcontact.h +++ b/kopete/protocols/testbed/testbedcontact.h @@ -42,7 +42,7 @@ public: TestbedContact( Kopete::Account* _account, const TQString &uniqueName, const TestbedContact::TestbedContactType type, const TQString &displayName, - Kopete::MetaContact *tqparent ); + Kopete::MetaContact *parent ); ~TestbedContact(); |