Fix inadvertent tq changes.

pull/1/head
Darrell Anderson 12 years ago
parent 72d6005aa2
commit f9c7aadc3d

@ -37,7 +37,7 @@ fileCpp.gsub!(/template/, className.downcase.gsub(/::/,""))
fileCpp.gsub!(/Template/, className.gsub(/::/,"")) fileCpp.gsub!(/Template/, className.gsub(/::/,""))
fileCpp.gsub!(/some requirement/, className + " class.") fileCpp.gsub!(/some requirement/, className + " class.")
makefileAm = "kunittest_template_test_la_SOURCES = template_test.cpp\nkunittest_template_test_la_LIBADD = -lkunittest ../tqmock/libkopete_tqmock.la\nkunittest_template_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)\n" makefileAm = "kunittest_template_test_la_SOURCES = template_test.cpp\nkunittest_template_test_la_LIBADD = -lkunittest ../mock/libkopete_mock.la\nkunittest_template_test_la_LDFLAGS = -module $(KDE_CHECK_PLUGIN) $(all_libraries)\n"
makefileAm.gsub!(/template/, className.downcase.gsub(/::/,"")) makefileAm.gsub!(/template/, className.downcase.gsub(/::/,""))
hNew = hBase.gsub(/template/, className.downcase.gsub(/::/,"")) hNew = hBase.gsub(/template/, className.downcase.gsub(/::/,""))

@ -29,11 +29,11 @@
#include <kdebug.h> #include <kdebug.h>
#include "kopetemessage_test.h" #include "kopetemessage_test.h"
#include "kopeteaccount_tqmock.h" #include "kopeteaccount_mock.h"
#include "kopeteprotocol_tqmock.h" #include "kopeteprotocol_mock.h"
#include "kopetecontact_tqmock.h" #include "kopetecontact_mock.h"
#include "kopetemetacontact_tqmock.h" #include "kopetemetacontact_mock.h"
#include "kopeteaccount_tqmock.h" #include "kopeteaccount_mock.h"
using namespace KUnitTest; using namespace KUnitTest;

@ -1,5 +1,5 @@
/* /*
Account tqmock object class Account mock object class
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> 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 "kopetemetacontact.h"
#include "kopeteaccount_tqmock.h" #include "kopeteaccount_mock.h"
namespace Kopete namespace Kopete
{ {

@ -1,5 +1,5 @@
/* /*
Account tqmock object class Account mock object class
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org>

@ -1,5 +1,5 @@
/* /*
Contact tqmock object class Contact mock object class
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org>
@ -15,7 +15,7 @@
************************************************************************* *************************************************************************
*/ */
#include "kopetecontact_tqmock.h" #include "kopetecontact_mock.h"
namespace Kopete namespace Kopete
{ {

@ -1,5 +1,5 @@
/* /*
Contact tqmock object class Contact mock object class
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org>

@ -1,5 +1,5 @@
/* /*
Message tqmock object class Message mock object class
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org>
@ -15,6 +15,6 @@
************************************************************************* *************************************************************************
*/ */
#include "kopetemessage_tqmock.h" #include "kopetemessage_mock.h"

@ -1,5 +1,5 @@
/* /*
Message tqmock object class Message mock object class
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org>

@ -15,6 +15,6 @@
************************************************************************* *************************************************************************
*/ */
#include "kopetemetacontact_tqmock.h" #include "kopetemetacontact_mock.h"

@ -1,5 +1,5 @@
/* /*
Protocol tqmock object class Protocol mock object class
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> 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 namespace Kopete
{ {
@ -44,6 +44,6 @@ KopeteEditAccountWidget* Protocol::createEditAccountWidget( Kopete::Account *acc
return 0L; return 0L;
} }
} // end ns tqmock } // end ns mock
} // end ns test } // end ns test
} // end ns kopete } // end ns kopete

@ -1,5 +1,5 @@
/* /*
Protocol tqmock object class Protocol mock object class
Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org> Copyright (c) 2005 by Duncan Mac-Vicar Prett <duncan@kde.org>

Loading…
Cancel
Save