diff options
Diffstat (limited to 'src/kchmcontentswindow.cpp')
-rw-r--r-- | src/kchmcontentswindow.cpp | 2 |
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; |