From 8cbd3f41229fc385698bfd9a5524ba2610777543 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/kchmviewer@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/kchmcontentswindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kchmcontentswindow.cpp') 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::const_iterator it = m_urlListMap.tqfind( fixedstr ); + TQMap::const_iterator it = m_urlListMap.find( fixedstr ); if ( it == m_urlListMap.end() ) return 0; -- cgit v1.2.3