summaryrefslogtreecommitdiffstats
path: root/src/kernel/qurl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:24:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:24:30 -0600
commita830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (patch)
tree3910055c634e2ca44eacd2c892118634df9b3597 /src/kernel/qurl.cpp
parentb0b53cc84f215df9b9bcce77253a6b7a9d300986 (diff)
downloadqt3-a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0.tar.gz
qt3-a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0.zip
Rename additional global TQt functions
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;