From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tdecore/kconfig_compiler/tests/kconfigcompiler_test.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tdecore/kconfig_compiler/tests/kconfigcompiler_test.cpp') diff --git a/tdecore/kconfig_compiler/tests/kconfigcompiler_test.cpp b/tdecore/kconfig_compiler/tests/kconfigcompiler_test.cpp index 2f8e7eee3..143838908 100644 --- a/tdecore/kconfig_compiler/tests/kconfigcompiler_test.cpp +++ b/tdecore/kconfig_compiler/tests/kconfigcompiler_test.cpp @@ -1,5 +1,5 @@ /* - Tests for KConfig Compiler + Tests for TDEConfig Compiler Copyright (c) 2005 by Duncan Mac-Vicar @@ -21,8 +21,8 @@ using namespace KUnitTest; -KUNITTEST_MODULE( kunittest_kconfigcompiler_test, "KConfigXT") -KUNITTEST_MODULE_REGISTER_TESTER( KConfigCompiler_Test ) +KUNITTEST_MODULE( kunittest_kconfigcompiler_test, "TDEConfigXT") +KUNITTEST_MODULE_REGISTER_TESTER( TDEConfigCompiler_Test ) typedef const char * CompilerTestSet[]; @@ -50,12 +50,12 @@ static CompilerTestSet willFailCases = }; -void KConfigCompiler_Test::allTests() +void TDEConfigCompiler_Test::allTests() { testExpectedOutput(); } -void KConfigCompiler_Test::testExpectedOutput() +void TDEConfigCompiler_Test::testExpectedOutput() { uint i = 0; // Known to pass test cases @@ -74,7 +74,7 @@ void KConfigCompiler_Test::testExpectedOutput() } } -void KConfigCompiler_Test::performCompare(const TQString &fileName, bool fail) +void TDEConfigCompiler_Test::performCompare(const TQString &fileName, bool fail) { TQFile file(fileName); TQFile fileRef(TQString::fromLatin1(SRCDIR) + TQString::fromLatin1("/") + fileName + TQString::fromLatin1(".ref")); -- cgit v1.2.3