diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:39:24 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:39:24 -0600 |
commit | 9fae0887708c35fc8ad295a03417c07feeb653dc (patch) | |
tree | 2813e4cd31ce8818d37f1e833e7e5bcca494152d /iso | |
parent | 02c9636ebca6d98672d0d14528007b48e02d265a (diff) | |
download | krusader-9fae0887708c35fc8ad295a03417c07feeb653dc.tar.gz krusader-9fae0887708c35fc8ad295a03417c07feeb653dc.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'iso')
-rw-r--r-- | iso/iso.cpp | 2 |
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 ) { |