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 | 8cbd3f41229fc385698bfd9a5524ba2610777543 (patch) | |
tree | 05595d691d2d657866204352d65e5b85cfd30384 /src/kchmconfig.cpp | |
parent | 411ae7c171b854c759cc87a403add976a2b516ee (diff) | |
download | kchmviewer-8cbd3f41229fc385698bfd9a5524ba2610777543.tar.gz kchmviewer-8cbd3f41229fc385698bfd9a5524ba2610777543.zip |
rename the following methods:
tqfind find
tqreplace replace
tqcontains contains
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kchmconfig.cpp')
-rw-r--r-- | src/kchmconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmconfig.cpp b/src/kchmconfig.cpp index 2e3df0b..5918a2c 100644 --- a/src/kchmconfig.cpp +++ b/src/kchmconfig.cpp @@ -189,7 +189,7 @@ bool KCHMConfig::save( ) void KCHMConfig::addFileToHistory( const TQString & file ) { - TQStringList::Iterator itr = m_History.tqfind( file ); + TQStringList::Iterator itr = m_History.find( file ); // check whether file already exists in history - more it forward if ( itr != m_History.end() ) |