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/img_saver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kooka/img_saver.cpp') diff --git a/kooka/img_saver.cpp b/kooka/img_saver.cpp index 01a19461..e0bf399d 100644 --- a/kooka/img_saver.cpp +++ b/kooka/img_saver.cpp @@ -176,7 +176,7 @@ void FormatDialog::check_subformat( const TQString & format ) void FormatDialog::setSelectedFormat( TQString fo ) { - TQListBoxItem *item = lb_format->tqfindItem( fo ); + TQListBoxItem *item = lb_format->findItem( fo ); if( item ) { @@ -728,7 +728,7 @@ TQString ImgSaver::extension( const KURL& url ) { TQString extension = url.fileName(); - int dotPos = extension.tqfindRev( '.' ); + int dotPos = extension.findRev( '.' ); if( dotPos > 0 ) { int len = extension.length(); -- cgit v1.2.1