From f9c7aadc3daaeb40f05034a5c464c5f9c47c216f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 12:21:02 -0500 Subject: Fix inadvertent tq changes. --- kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete/libkopete/tests/mock/kopeteprotocol_mock.cpp') 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 @@ -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 -- cgit v1.2.1