summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kconfigtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kconfigtest.cpp')
-rw-r--r--tdecore/tests/kconfigtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tests/kconfigtest.cpp b/tdecore/tests/kconfigtest.cpp
index 1842b5036..384a328cc 100644
--- a/tdecore/tests/kconfigtest.cpp
+++ b/tdecore/tests/kconfigtest.cpp
@@ -88,7 +88,7 @@ void KConfigTest::writeConfigFile()
// ### TODO: call this, and test the state of things afterwards
void KConfigTest::revertEntries()
{
- qWarning("Reverting entries");
+ tqWarning("Reverting entries");
KConfig sc( "kconfigtest" );
sc.setGroup("Hello");
@@ -115,7 +115,7 @@ void KConfigTest::allTests()
bool bImmutable = sc3.entryIsImmutable("stringEntry1");
CHECK( bImmutable, false );
- //qWarning("sc3.entryIsImmutable() 1: %s", bImmutable ? "true" : "false");
+ //tqWarning("sc3.entryIsImmutable() 1: %s", bImmutable ? "true" : "false");
sc2.setGroup("AAA");
CHECK( sc2.hasKey( "stringEntry1" ), true );