From 3a2300ed7cee06b5b49c4bc71f38d5cee72171b5 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/applications/soundkonverter@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/optionseditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/optionseditor.cpp') diff --git a/src/optionseditor.cpp b/src/optionseditor.cpp index d3c0661..3975bcf 100755 --- a/src/optionseditor.cpp +++ b/src/optionseditor.cpp @@ -345,7 +345,7 @@ void OptionsEditor::itemsSelected( TQValueList items ) pEditTags->hide(); if( items.count() == 1 ) { - setCaption( KURL::decode_string(items.first()->fileName).tqreplace("%2f","/").tqreplace("%%","%") ); + setCaption( KURL::decode_string(items.first()->fileName).replace("%2f","/").replace("%%","%") ); // HACK ...but seems to work... // FIXME directory does get set properly disconnect( options, TQT_SIGNAL(optionsChanged()), 0, 0 ); -- cgit v1.2.1