summaryrefslogtreecommitdiffstats
path: root/src/kchmsearchengine.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:09:27 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-23 02:38:43 +0200
commitafdc76e8bceaafffeea4d3434885910ce9524334 (patch)
tree168df9b80f447ed0e4dc15c2f22656fa72aac228 /src/kchmsearchengine.cpp
parenta833a96d866a449cb60e01b40d161d2a8c741425 (diff)
downloadkchmviewer-afdc76e8bceaafffeea4d3434885910ce9524334.tar.gz
kchmviewer-afdc76e8bceaafffeea4d3434885910ce9524334.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit c9d6a7478114a66f06bfdde4ad9164cce03e4149)
Diffstat (limited to 'src/kchmsearchengine.cpp')
-rw-r--r--src/kchmsearchengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmsearchengine.cpp b/src/kchmsearchengine.cpp
index a5f0a11..e9e2a35 100644
--- a/src/kchmsearchengine.cpp
+++ b/src/kchmsearchengine.cpp
@@ -103,7 +103,7 @@ bool KCHMSearchEngine::loadOrGenerateIndex( )
// Process the list keeping only HTML documents there
for ( unsigned int i = 0; i < alldocuments.size(); i++ )
- if ( alldocuments[i].tqendsWith( ".html", false ) || alldocuments[i].tqendsWith( ".htm", false ) )
+ if ( alldocuments[i].endsWith( ".html", false ) || alldocuments[i].endsWith( ".htm", false ) )
documents.push_back( LCHMUrlFactory::makeURLabsoluteIfNeeded( alldocuments[i] ) );
m_Index->setDocList( documents );