summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/kung/dispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kwsdl/kung/dispatcher.cpp')
-rw-r--r--kode/kwsdl/kung/dispatcher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kode/kwsdl/kung/dispatcher.cpp b/kode/kwsdl/kung/dispatcher.cpp
index 9d2ecc23..58ac17d1 100644
--- a/kode/kwsdl/kung/dispatcher.cpp
+++ b/kode/kwsdl/kung/dispatcher.cpp
@@ -71,7 +71,7 @@ void Dispatcher::run()
void Dispatcher::nextMessage()
{
if ( !mConversationManager ) {
- qDebug( "No conversation manager set... aborting" );
+ tqDebug( "No conversation manager set... aborting" );
return;
}
@@ -115,7 +115,7 @@ void Dispatcher::nextMessage()
body.appendChild( method );
if ( mTransport ) {
- qDebug( "%s", doc.toString( 2 ).latin1() );
+ tqDebug( "%s", doc.toString( 2 ).latin1() );
mTransport->query( doc.toString( 2 ) );
}
} else
@@ -124,7 +124,7 @@ void Dispatcher::nextMessage()
void Dispatcher::result( const TQString &xml )
{
- qDebug( "Got data %s", xml.latin1() );
+ tqDebug( "Got data %s", xml.latin1() );
KWSDL::Message message = mWSDL.findOutputMessage( mCurrentMessage );
InputField *field = new PageInputField( message.name(), message );