summaryrefslogtreecommitdiffstats
path: root/src/kchmcontentswindow.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit8cbd3f41229fc385698bfd9a5524ba2610777543 (patch)
tree05595d691d2d657866204352d65e5b85cfd30384 /src/kchmcontentswindow.cpp
parent411ae7c171b854c759cc87a403add976a2b516ee (diff)
downloadkchmviewer-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/kchmcontentswindow.cpp')
-rw-r--r--src/kchmcontentswindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmcontentswindow.cpp b/src/kchmcontentswindow.cpp
index dce5383..5458409 100644
--- a/src/kchmcontentswindow.cpp
+++ b/src/kchmcontentswindow.cpp
@@ -86,7 +86,7 @@ void KCHMContentsWindow::refillTableOfContents( )
KCHMIndTocItem * KCHMContentsWindow::getTreeItem( const TQString & url )
{
TQString fixedstr = ::mainWindow->chmFile()->normalizeUrl( url );
- TQMap<TQString, KCHMIndTocItem*>::const_iterator it = m_urlListMap.tqfind( fixedstr );
+ TQMap<TQString, KCHMIndTocItem*>::const_iterator it = m_urlListMap.find( fixedstr );
if ( it == m_urlListMap.end() )
return 0;