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/kopeteprotocol_mock.cpp | |
parent | 72d6005aa2755b993c0cc2fc177209594b2c26d0 (diff) | |
download | tdenetwork-f9c7aadc3daaeb40f05034a5c464c5f9c47c216f.tar.gz tdenetwork-f9c7aadc3daaeb40f05034a5c464c5f9c47c216f.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp')
-rw-r--r-- | kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp b/kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp index 97bcfee2..d9ae1d3a 100644 --- a/kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp +++ b/kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp @@ -1,5 +1,5 @@ /* - Protocol tqmock object class + Protocol mock object class Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> @@ -15,7 +15,7 @@ ************************************************************************* */ -#include "kopeteprotocol_tqmock.h" +#include "kopeteprotocol_mock.h" namespace Kopete { @@ -44,6 +44,6 @@ KopeteEditAccountWidget* Protocol::createEditAccountWidget( Kopete::Account *acc return 0L; } -} // end ns tqmock +} // end ns mock } // end ns test } // end ns kopete |