summaryrefslogtreecommitdiffstats
path: root/src/kernel/qurl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qurl.cpp')
-rw-r--r--src/kernel/qurl.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/kernel/qurl.cpp b/src/kernel/qurl.cpp
index fd377ad..b717f2a 100644
--- a/src/kernel/qurl.cpp
+++ b/src/kernel/qurl.cpp
@@ -849,15 +849,15 @@ bool QUrl::parse( const QString& url )
d->cleanPathDirty = TRUE;
#if 0
- qDebug( "URL: %s", url.latin1() );
- qDebug( "protocol: %s", d->protocol.latin1() );
- qDebug( "user: %s", d->user.latin1() );
- qDebug( "pass: %s", d->pass.latin1() );
- qDebug( "host: %s", d->host.latin1() );
- qDebug( "path: %s", path().latin1() );
- qDebug( "ref: %s", d->refEncoded.latin1() );
- qDebug( "query: %s", d->queryEncoded.latin1() );
- qDebug( "port: %d\n\n----------------------------\n\n", d->port );
+ tqDebug( "URL: %s", url.latin1() );
+ tqDebug( "protocol: %s", d->protocol.latin1() );
+ tqDebug( "user: %s", d->user.latin1() );
+ tqDebug( "pass: %s", d->pass.latin1() );
+ tqDebug( "host: %s", d->host.latin1() );
+ tqDebug( "path: %s", path().latin1() );
+ tqDebug( "ref: %s", d->refEncoded.latin1() );
+ tqDebug( "query: %s", d->queryEncoded.latin1() );
+ tqDebug( "port: %d\n\n----------------------------\n\n", d->port );
#endif
return TRUE;