summaryrefslogtreecommitdiffstats
path: root/iso
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:39:24 -0600
committerTimothy Pearson <[email protected]>2011-12-19 11:39:24 -0600
commit9fae0887708c35fc8ad295a03417c07feeb653dc (patch)
tree2813e4cd31ce8818d37f1e833e7e5bcca494152d /iso
parent02c9636ebca6d98672d0d14528007b48e02d265a (diff)
downloadkrusader-9fae0887708c35fc8ad295a03417c07feeb653dc.tar.gz
krusader-9fae0887708c35fc8ad295a03417c07feeb653dc.zip
Remove additional unneeded tq method conversions
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 )
{