diff options
Diffstat (limited to 'kopete/libkopete/tests/mock/kopeteaccount_mock.h')
-rw-r--r-- | kopete/libkopete/tests/mock/kopeteaccount_mock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/tests/mock/kopeteaccount_mock.h b/kopete/libkopete/tests/mock/kopeteaccount_mock.h index 0f297a06..43686ef2 100644 --- a/kopete/libkopete/tests/mock/kopeteaccount_mock.h +++ b/kopete/libkopete/tests/mock/kopeteaccount_mock.h @@ -36,7 +36,7 @@ namespace Mock class Account : public Kopete::Account { public: - Account(Kopete::Protocol *tqparent, const TQString &accountID, const char *name=0L); + Account(Kopete::Protocol *parent, const TQString &accountID, const char *name=0L); ~Account(); // pure virtual functions implementation virtual bool createContact( const TQString &contactId, MetaContact *parentContact ); |