summaryrefslogtreecommitdiffstats
path: root/src/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs')
-rw-r--r--src/codecs/ntqtextcodec.h2
-rw-r--r--src/codecs/ntqtextcodecfactory.h2
-rw-r--r--src/codecs/ntqtextcodecplugin.h2
-rw-r--r--src/codecs/qtextcodec.cpp4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/codecs/ntqtextcodec.h b/src/codecs/ntqtextcodec.h
index 6d0267603..f5554d261 100644
--- a/src/codecs/ntqtextcodec.h
+++ b/src/codecs/ntqtextcodec.h
@@ -42,7 +42,7 @@
#define TQTEXTCODEC_H
#ifndef QT_H
-#include "ntqstring.h"
+#include "tqstring.h"
#endif // QT_H
#ifndef TQT_NO_TEXTCODEC
diff --git a/src/codecs/ntqtextcodecfactory.h b/src/codecs/ntqtextcodecfactory.h
index 621e2e01b..74cca82ca 100644
--- a/src/codecs/ntqtextcodecfactory.h
+++ b/src/codecs/ntqtextcodecfactory.h
@@ -40,7 +40,7 @@
#define TQTEXTCODECFACTORY_H
#ifndef QT_H
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#endif // QT_H
#ifndef TQT_NO_TEXTCODEC
diff --git a/src/codecs/ntqtextcodecplugin.h b/src/codecs/ntqtextcodecplugin.h
index 094290545..13a83733d 100644
--- a/src/codecs/ntqtextcodecplugin.h
+++ b/src/codecs/ntqtextcodecplugin.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqgplugin.h"
-#include "ntqstringlist.h"
+#include "tqstringlist.h"
#endif // QT_H
#ifndef TQT_NO_TEXTCODECPLUGIN
diff --git a/src/codecs/qtextcodec.cpp b/src/codecs/qtextcodec.cpp
index 6c83640fd..632dface1 100644
--- a/src/codecs/qtextcodec.cpp
+++ b/src/codecs/qtextcodec.cpp
@@ -67,8 +67,8 @@
#include "ntqsjiscodec.h"
#endif // TQT_NO_BIG_CODECS
#include "ntqfile.h"
-#include "ntqstrlist.h"
-#include "ntqstring.h"
+#include "tqstrlist.h"
+#include "tqstring.h"
#include "../tools/qlocale_p.h"
#if !defined(TQT_NO_CODECS) && !defined(TQT_NO_BIG_CODECS) && defined(TQ_WS_X11)