diff options
Diffstat (limited to 'kopete/libkopete/tests/mock/kopeteaccount_mock.cpp')
-rw-r--r-- | kopete/libkopete/tests/mock/kopeteaccount_mock.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/tests/mock/kopeteaccount_mock.cpp b/kopete/libkopete/tests/mock/kopeteaccount_mock.cpp index 8beb6e81..7d46fc34 100644 --- a/kopete/libkopete/tests/mock/kopeteaccount_mock.cpp +++ b/kopete/libkopete/tests/mock/kopeteaccount_mock.cpp @@ -1,5 +1,5 @@ /* - Account tqmock object class + Account mock object class Copyright (c) 2005 by Duncan Mac-Vicar Prett <[email protected]> @@ -15,9 +15,9 @@ ************************************************************************* */ -#include "kopeteaccount_tqmock.h" +#include "kopeteaccount_mock.h" #include "kopetemetacontact.h" -#include "kopeteaccount_tqmock.h" +#include "kopeteaccount_mock.h" namespace Kopete { |