diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 06:08:18 +0000 |
commit | 3a2300ed7cee06b5b49c4bc71f38d5cee72171b5 (patch) | |
tree | ebc2fc901d7584145d9c40de18d9e4931283360a /src/optionsrequester.cpp | |
parent | 633d093981e9e04c06921459694cd095cdf85c23 (diff) | |
download | soundkonverter-3a2300ed7cee06b5b49c4bc71f38d5cee72171b5.tar.gz soundkonverter-3a2300ed7cee06b5b49c4bc71f38d5cee72171b5.zip |
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
Diffstat (limited to 'src/optionsrequester.cpp')
-rwxr-xr-x | src/optionsrequester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionsrequester.cpp b/src/optionsrequester.cpp index 4592899..6370749 100755 --- a/src/optionsrequester.cpp +++ b/src/optionsrequester.cpp @@ -32,7 +32,7 @@ OptionsRequester::OptionsRequester( Config* config, TQStringList list, TQWidget while( it != files.end() ) { TQString sFormat = *it; - int i = sFormat.tqfindRev( '.' ); + int i = sFormat.findRev( '.' ); sFormat.remove( 0, i + 1 ); sFormat.lower(); |