From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- tdecore/tests/kconfigtest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/tests/kconfigtest.cpp') 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 ); -- cgit v1.2.3