From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- src/kernel/qurl.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/kernel/qurl.cpp') 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; -- cgit v1.2.3