summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/KIDLTest.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:33:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:33:40 -0600
commit4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch)
tree2891b54cd6ec39db133da0110028ec93fc006751 /tdecore/tests/KIDLTest.cpp
parent8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff)
downloadtdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz
tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip
Rename additional global TQt functions
Diffstat (limited to 'tdecore/tests/KIDLTest.cpp')
-rw-r--r--tdecore/tests/KIDLTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/tests/KIDLTest.cpp b/tdecore/tests/KIDLTest.cpp
index a763f85c8..e714bc52f 100644
--- a/tdecore/tests/KIDLTest.cpp
+++ b/tdecore/tests/KIDLTest.cpp
@@ -10,8 +10,8 @@ KIDLTest::KIDLTest( const TQCString& id )
TQString KIDLTest::hello( const TQString& name )
{
- qDebug("Du heter %s", name.latin1() );
- qDebug("Ha det %s", name.latin1() );
+ tqDebug("Du heter %s", name.latin1() );
+ tqDebug("Ha det %s", name.latin1() );
return TQString("Jeg heter KIDLTest");
}
@@ -23,11 +23,11 @@ int main( int argc, char** argv )
app.dcopClient()->attach();
app.dcopClient()->registerAs( "kidlservertest" );
- qDebug("Server process started...");
+ tqDebug("Server process started...");
(void) new KIDLTest( "Hello" );
- qDebug("Server listening ...");
+ tqDebug("Server listening ...");
return app.exec();
}