diff options
Diffstat (limited to 'kopete/protocols/testbed/testbedaccount.h')
-rw-r--r-- | kopete/protocols/testbed/testbedaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/testbed/testbedaccount.h b/kopete/protocols/testbed/testbedaccount.h index 71840ff9..c9f1517e 100644 --- a/kopete/protocols/testbed/testbedaccount.h +++ b/kopete/protocols/testbed/testbedaccount.h @@ -37,7 +37,7 @@ class TestbedAccount : public Kopete::Account Q_OBJECT TQ_OBJECT public: - TestbedAccount( TestbedProtocol *tqparent, const TQString& accountID, const char *name = 0 ); + TestbedAccount( TestbedProtocol *parent, const TQString& accountID, const char *name = 0 ); ~TestbedAccount(); /** * Construct the context menu used for the status bar icon |