summaryrefslogtreecommitdiffstats
path: root/kode/kwsdl/tests/google/googlesearchservice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/kwsdl/tests/google/googlesearchservice.cpp')
-rw-r--r--kode/kwsdl/tests/google/googlesearchservice.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/kode/kwsdl/tests/google/googlesearchservice.cpp b/kode/kwsdl/tests/google/googlesearchservice.cpp
index e609249e..d2e7c97e 100644
--- a/kode/kwsdl/tests/google/googlesearchservice.cpp
+++ b/kode/kwsdl/tests/google/googlesearchservice.cpp
@@ -46,7 +46,7 @@ void GoogleSearchService::doGetCachedPage( TQString* key, TQString* url )
delete key;
Serializer::marshal( doc, method, "url", url );
delete url;
- qDebug( "%s", doc.toString().latin1() );
+ tqDebug( "%s", doc.toString().latin1() );
mDoGetCachedPageTransport->query( doc.toString() );
}
@@ -56,10 +56,10 @@ void GoogleSearchService::doGetCachedPageResponseSlot( const TQString &xml )
TQString errorMsg;
int column, row;
- qDebug( "%s", xml.latin1() );
+ tqDebug( "%s", xml.latin1() );
if ( !doc.setContent( xml, true, &errorMsg, &row, &column ) ) {
- qDebug( "Unable to parse xml: %s (%d:%d)", errorMsg.latin1(), row, column );
+ tqDebug( "Unable to parse xml: %s (%d:%d)", errorMsg.latin1(), row, column );
return;
}
@@ -92,7 +92,7 @@ void GoogleSearchService::doSpellingSuggestion( TQString* key, TQString* phrase
delete key;
Serializer::marshal( doc, method, "phrase", phrase );
delete phrase;
- qDebug( "%s", doc.toString().latin1() );
+ tqDebug( "%s", doc.toString().latin1() );
mDoSpellingSuggestionTransport->query( doc.toString() );
}
@@ -102,10 +102,10 @@ void GoogleSearchService::doSpellingSuggestionResponseSlot( const TQString &xml
TQString errorMsg;
int column, row;
- qDebug( "%s", xml.latin1() );
+ tqDebug( "%s", xml.latin1() );
if ( !doc.setContent( xml, true, &errorMsg, &row, &column ) ) {
- qDebug( "Unable to parse xml: %s (%d:%d)", errorMsg.latin1(), row, column );
+ tqDebug( "Unable to parse xml: %s (%d:%d)", errorMsg.latin1(), row, column );
return;
}
@@ -154,7 +154,7 @@ void GoogleSearchService::doGoogleSearch( TQString* key, TQString* q, int* start
delete ie;
Serializer::marshal( doc, method, "oe", oe );
delete oe;
- qDebug( "%s", doc.toString().latin1() );
+ tqDebug( "%s", doc.toString().latin1() );
mDoGoogleSearchTransport->query( doc.toString() );
}
@@ -164,10 +164,10 @@ void GoogleSearchService::doGoogleSearchResponseSlot( const TQString &xml )
TQString errorMsg;
int column, row;
- qDebug( "%s", xml.latin1() );
+ tqDebug( "%s", xml.latin1() );
if ( !doc.setContent( xml, true, &errorMsg, &row, &column ) ) {
- qDebug( "Unable to parse xml: %s (%d:%d)", errorMsg.latin1(), row, column );
+ tqDebug( "Unable to parse xml: %s (%d:%d)", errorMsg.latin1(), row, column );
return;
}