From 6335dc55802871b5a43492f217b6edbb420204c4 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/kdeutils@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- khexedit/exportdialog.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'khexedit/exportdialog.cc') diff --git a/khexedit/exportdialog.cc b/khexedit/exportdialog.cc index df99fef..7ea3573 100644 --- a/khexedit/exportdialog.cc +++ b/khexedit/exportdialog.cc @@ -47,7 +47,7 @@ CExportDialog::CExportDialog( TQWidget *tqparent, char *name, bool modal ) readConfiguration(); TQString path = mDestination.fileInput->text(); - int index = path.tqfindRev( '/' ); + int index = path.findRev( '/' ); if( index != -1 ) { mWorkDir = path.left( index+1 ); } } @@ -474,7 +474,7 @@ void CExportDialog::browserClicked( void ) return; } - int index = url.tqfindRev( '/' ); + int index = url.findRev( '/' ); if( index != -1 ) { mWorkDir = url.left( index+1 ); -- cgit v1.2.1