From 4fb897b216c41c13f128c71bcc66f60e2dc601c4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:33:40 -0600 Subject: Rename additional global TQt functions --- kio/tests/kmimetypetest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kio/tests/kmimetypetest.cpp') diff --git a/kio/tests/kmimetypetest.cpp b/kio/tests/kmimetypetest.cpp index 1856e6036..5802a4084 100644 --- a/kio/tests/kmimetypetest.cpp +++ b/kio/tests/kmimetypetest.cpp @@ -29,9 +29,9 @@ static void checkIcon( const KURL& url, const TQString& expectedIcon ) { TQString icon = KMimeType::iconForURL( url ); if ( icon == expectedIcon ) - qDebug( "icon for %s is %s, OK", url.prettyURL().latin1(), icon.latin1() ); + tqDebug( "icon for %s is %s, OK", url.prettyURL().latin1(), icon.latin1() ); else { - qDebug( "ERROR: icon for %s is %s, expected %s!", url.prettyURL().latin1(), icon.latin1(), expectedIcon.latin1() ); + tqDebug( "ERROR: icon for %s is %s, expected %s!", url.prettyURL().latin1(), icon.latin1(), expectedIcon.latin1() ); exit(1); } } @@ -65,11 +65,11 @@ int main( int argc, char** argv ) TQString pdf; KMimeType::diagnoseFileName("foo.pdf", pdf); - qDebug("extension: '%s'", pdf.latin1()); + tqDebug("extension: '%s'", pdf.latin1()); assert(pdf == TQString("*.pdf")); TQString ps; KMimeType::diagnoseFileName("foo.ps", ps); - qDebug("extension: '%s'", ps.latin1()); + tqDebug("extension: '%s'", ps.latin1()); assert(ps == TQString("*.ps")); return 0; -- cgit v1.2.3