From da4be7880ff1de6415ab6256afd2514e64f5fa2e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kooka/scanpackager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kooka/scanpackager.cpp') diff --git a/kooka/scanpackager.cpp b/kooka/scanpackager.cpp index 230acae1..fbda481f 100644 --- a/kooka/scanpackager.cpp +++ b/kooka/scanpackager.cpp @@ -420,7 +420,7 @@ TQString ScanPackager::itemDirectory( const KFileTreeViewItem* item, bool relati if( ! item->isDir() ) { // Cut off the filename in case it is not a dir - relativUrl.truncate( relativUrl.tqfindRev( '/' )+1); + relativUrl.truncate( relativUrl.findRev( '/' )+1); } else { @@ -464,7 +464,7 @@ void ScanPackager::slotSelectDirectory( const TQString & dirString ) kdDebug(28000) << "Trying to decode directory string " << dirString << endl; TQString searchFor = TQString::tqfromLatin1(" - "); - int pos = dirString.tqfind( searchFor ); + int pos = dirString.find( searchFor ); if( pos > -1 ) { -- cgit v1.2.3