diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:21:02 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:21:02 -0500 |
commit | f9c7aadc3daaeb40f05034a5c464c5f9c47c216f (patch) | |
tree | f26d880966584099db691ff1dff8a86eb46a0d88 /kopete/libkopete/tests/mock/kopeteaccount_mock.cpp | |
parent | 72d6005aa2755b993c0cc2fc177209594b2c26d0 (diff) | |
download | tdenetwork-f9c7aadc3daaeb40f05034a5c464c5f9c47c216f.tar.gz tdenetwork-f9c7aadc3daaeb40f05034a5c464c5f9c47c216f.zip |
Fix inadvertent tq changes.
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 <duncan@kde.org> @@ -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 { |