summaryrefslogtreecommitdiffstats
path: root/iso
diff options
context:
space:
mode:
Diffstat (limited to 'iso')
-rw-r--r--iso/iso.cpp2
1 files changed, 1 insertions, 1 deletions
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 )
{