aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/index.cpp')
-rwxr-xr-xsrc/modules/help/index.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp
index 7b41463a1..7db099ab6 100755
--- a/src/modules/help/index.cpp
+++ b/src/modules/help/index.cpp
@@ -60,7 +60,7 @@
#include <qstringlist.h>
-#include <qdict.h>
+#include "kvi_dict.h"
#include <qapplication.h>
@@ -337,7 +337,7 @@ void Index::writeDict()
{
- QDictIterator<Entry> it( dict );
+ KviDictIterator<Entry> it( dict );
QFile f( dictFile );
@@ -600,7 +600,7 @@ QStringList Index::getWildcardTerms( const QString &term )
- QDictIterator<Entry> it( dict );
+ KviDictIterator<Entry> it( dict );
for( ; it.current(); ++it ) {