summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:21:02 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 12:21:02 -0500
commitf9c7aadc3daaeb40f05034a5c464c5f9c47c216f (patch)
treef26d880966584099db691ff1dff8a86eb46a0d88 /kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp
parent72d6005aa2755b993c0cc2fc177209594b2c26d0 (diff)
downloadtdenetwork-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.cpp6
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