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 b1c7fe3..309e3c5 100644
--- a/iso/iso.cpp
+++ b/iso/iso.cpp
@@ -130,7 +130,7 @@ bool kio_isoProtocol::checkNewFile( TQString fullPath, TQString & path, int star
fullPath += '/';
kdDebug() << "the full path is " << fullPath << endl;
- while ( (pos=fullPath.tqfind( '/', pos+1 )) != -1 )
+ while ( (pos=fullPath.find( '/', pos+1 )) != -1 )
{
TQString tryPath = fullPath.left( pos );
kdDebug() << fullPath << " trying " << tryPath << endl;