diff options
author | Timothy Pearson <[email protected]> | 2012-03-02 02:11:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-02 02:11:59 -0600 |
commit | 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 (patch) | |
tree | df1e10cc7504665622d096f9ba80dc9e56f3afb8 /src/kernel/qurl.cpp | |
parent | a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 (diff) | |
download | qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.tar.gz qt3-9a75b154bf0732aa3a501b6e31e566e06c5f8a31.zip |
Undo prior accidental commit
Diffstat (limited to 'src/kernel/qurl.cpp')
-rw-r--r-- | src/kernel/qurl.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/kernel/qurl.cpp b/src/kernel/qurl.cpp index b717f2a..fd377ad 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 - 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 ); + 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 ); #endif return TRUE; |