summaryrefslogtreecommitdiffstats
path: root/tools/assistant/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/index.h')
-rw-r--r--tools/assistant/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/index.h b/tools/assistant/index.h
index b8a421730..4e96b8de9 100644
--- a/tools/assistant/index.h
+++ b/tools/assistant/index.h
@@ -37,7 +37,7 @@
#include <ntqstringlist.h>
#include <ntqdict.h>
#include <ntqdatastream.h>
-#include <ntqobject.h>
+#include <tqobject.h>
struct Document {
Document( int d, int f ) : docNumber( d ), frequency( f ) {}