From 9fae0887708c35fc8ad295a03417c07feeb653dc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:39:24 -0600 Subject: Remove additional unneeded tq method conversions --- iso/iso.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso') diff --git a/iso/iso.cpp b/iso/iso.cpp index f7608c6..3a66edc 100644 --- a/iso/iso.cpp +++ b/iso/iso.cpp @@ -274,7 +274,7 @@ void kio_isoProtocol::listDir( const KURL & url ) const KArchiveDirectory* dir; if (!path.isEmpty() && path != "/") { - kdDebug() << TQString("Looking for entry %1").tqarg(path) << endl; + kdDebug() << TQString("Looking for entry %1").arg(path) << endl; const KArchiveEntry* e = root->entry( path ); if ( !e ) { -- cgit v1.2.1