diff options
Diffstat (limited to 'kopete/libkopete/tests/mock/kopeteaccount_mock.cpp')
-rw-r--r-- | kopete/libkopete/tests/mock/kopeteaccount_mock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/tests/mock/kopeteaccount_mock.cpp b/kopete/libkopete/tests/mock/kopeteaccount_mock.cpp index d6268628..8beb6e81 100644 --- a/kopete/libkopete/tests/mock/kopeteaccount_mock.cpp +++ b/kopete/libkopete/tests/mock/kopeteaccount_mock.cpp @@ -41,7 +41,7 @@ bool Account::createContact( const TQString &contactId, Kopete::MetaContact *par return true; } -void Account::connect( const Kopete::OnlineStatus& initialtqStatus) +void Account::connect( const Kopete::OnlineStatus& initialStatus) { // do nothing } |