summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/KIDLTestClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/KIDLTestClient.cpp')
-rw-r--r--tdecore/tests/KIDLTestClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/KIDLTestClient.cpp b/tdecore/tests/KIDLTestClient.cpp
index 21125bff5..87884c05a 100644
--- a/tdecore/tests/KIDLTestClient.cpp
+++ b/tdecore/tests/KIDLTestClient.cpp
@@ -13,5 +13,5 @@ int main( int argc, char** argv )
KIDLTest_stub* t = new KIDLTest_stub( "kidlservertest", "Hello" );
TQString ret = t->hello("Torben");
- qDebug("Server says: %s", ret.latin1() );
+ tqDebug("Server says: %s", ret.latin1() );
}