summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linguist/shared')
-rw-r--r--tools/linguist/shared/metatranslator.h4
-rw-r--r--tools/linguist/shared/proparser.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/linguist/shared/metatranslator.h b/tools/linguist/shared/metatranslator.h
index 4462a77f5..9eb04c706 100644
--- a/tools/linguist/shared/metatranslator.h
+++ b/tools/linguist/shared/metatranslator.h
@@ -34,10 +34,10 @@
#ifndef METATRANSLATOR_H
#define METATRANSLATOR_H
-#include <ntqmap.h>
+#include <tqmap.h>
#include <ntqstring.h>
#include <ntqtranslator.h>
-#include <ntqvaluelist.h>
+#include <tqvaluelist.h>
class TQTextCodec;
diff --git a/tools/linguist/shared/proparser.h b/tools/linguist/shared/proparser.h
index a18ccac8e..98692f90c 100644
--- a/tools/linguist/shared/proparser.h
+++ b/tools/linguist/shared/proparser.h
@@ -34,7 +34,7 @@
#ifndef PROPARSER_H
#define PROPARSER_H
-#include <ntqmap.h>
+#include <tqmap.h>
#include <ntqstring.h>
TQMap<TQString, TQString> proFileTagMap( const TQString& text );