summaryrefslogtreecommitdiffstats
path: root/src/modules/help/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/index.cpp')
-rw-r--r--src/modules/help/index.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp
index f63ca0a..19d7a77 100644
--- a/src/modules/help/index.cpp
+++ b/src/modules/help/index.cpp
@@ -411,9 +411,7 @@ TQStringList Index::query( const TQStringList &terms, const TQStringList &termSe
TQStringList results;
-#ifndef COMPILE_USE_QT4
qHeapSort( minDocs );
-#endif
if ( termSeq.isEmpty() ) {
for ( C = minDocs.begin(); C != minDocs.end(); ++C )
@@ -486,11 +484,7 @@ TQStringList Index::getWildcardTerms( const TQString &term )
TQStringList terms = split( term );
-#ifdef COMPILE_USE_QT4
- TQStringList::Iterator iter;
-#else
KviValueList<TQString>::iterator iter;
-#endif
KviPointerHashTableIterator<TQString,Entry> it( dict );