summaryrefslogtreecommitdiffstats
path: root/src/codecs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /src/codecs
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/codecs')
-rw-r--r--src/codecs/ntqbig5codec.h (renamed from src/codecs/qbig5codec.h)2
-rw-r--r--src/codecs/ntqeucjpcodec.h (renamed from src/codecs/qeucjpcodec.h)4
-rw-r--r--src/codecs/ntqeuckrcodec.h (renamed from src/codecs/qeuckrcodec.h)2
-rw-r--r--src/codecs/ntqgb18030codec.h (renamed from src/codecs/qgb18030codec.h)2
-rw-r--r--src/codecs/ntqgbkcodec.h (renamed from src/codecs/qgbkcodec.h)2
-rw-r--r--src/codecs/ntqjiscodec.h (renamed from src/codecs/qjiscodec.h)4
-rw-r--r--src/codecs/ntqjpunicode.h (renamed from src/codecs/qjpunicode.h)2
-rw-r--r--src/codecs/ntqrtlcodec.h (renamed from src/codecs/qrtlcodec.h)2
-rw-r--r--src/codecs/ntqsjiscodec.h (renamed from src/codecs/qsjiscodec.h)4
-rw-r--r--src/codecs/ntqtextcodec.h (renamed from src/codecs/qtextcodec.h)2
-rw-r--r--src/codecs/ntqtextcodecfactory.h (renamed from src/codecs/qtextcodecfactory.h)2
-rw-r--r--src/codecs/ntqtextcodecplugin.h (renamed from src/codecs/qtextcodecplugin.h)4
-rw-r--r--src/codecs/ntqtsciicodec.h (renamed from src/codecs/qtsciicodec.h)2
-rw-r--r--src/codecs/ntqutfcodec.h (renamed from src/codecs/qutfcodec.h)2
-rw-r--r--src/codecs/qbig5codec.cpp4
-rw-r--r--src/codecs/qeucjpcodec.cpp4
-rw-r--r--src/codecs/qeuckrcodec.cpp4
-rw-r--r--src/codecs/qfontcodecs_p.h4
-rw-r--r--src/codecs/qfontjpcodec.cpp2
-rw-r--r--src/codecs/qgb18030codec.cpp6
-rw-r--r--src/codecs/qisciicodec_p.h2
-rw-r--r--src/codecs/qjiscodec.cpp2
-rw-r--r--src/codecs/qjpunicode.cpp6
-rw-r--r--src/codecs/qrtlcodec.cpp4
-rw-r--r--src/codecs/qsjiscodec.cpp4
-rw-r--r--src/codecs/qt_codecs.pri26
-rw-r--r--src/codecs/qtextcodec.cpp40
-rw-r--r--src/codecs/qtextcodecfactory.cpp6
-rw-r--r--src/codecs/qtextcodecplugin.cpp4
-rw-r--r--src/codecs/qtsciicodec.cpp4
-rw-r--r--src/codecs/qutfcodec.cpp2
31 files changed, 80 insertions, 80 deletions
diff --git a/src/codecs/qbig5codec.h b/src/codecs/ntqbig5codec.h
index c32f3a63..24b8747e 100644
--- a/src/codecs/qbig5codec.h
+++ b/src/codecs/ntqbig5codec.h
@@ -46,7 +46,7 @@
#define TQBIG5CODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#endif // QT_H
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qeucjpcodec.h b/src/codecs/ntqeucjpcodec.h
index 31154b61..b5d6e7d8 100644
--- a/src/codecs/qeucjpcodec.h
+++ b/src/codecs/ntqeucjpcodec.h
@@ -71,8 +71,8 @@
#define TQEUCJPCODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
-#include "qjpunicode.h"
+#include "ntqtextcodec.h"
+#include "ntqjpunicode.h"
#endif // QT_H
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qeuckrcodec.h b/src/codecs/ntqeuckrcodec.h
index 0c8371d0..7235ca31 100644
--- a/src/codecs/qeuckrcodec.h
+++ b/src/codecs/ntqeuckrcodec.h
@@ -67,7 +67,7 @@
#define TQEUCKRCODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#endif // QT_H
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qgb18030codec.h b/src/codecs/ntqgb18030codec.h
index a0f88dd8..fa7f897c 100644
--- a/src/codecs/qgb18030codec.h
+++ b/src/codecs/ntqgb18030codec.h
@@ -42,7 +42,7 @@
#define TQGB18030CODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#endif // QT_H
diff --git a/src/codecs/qgbkcodec.h b/src/codecs/ntqgbkcodec.h
index df13073d..6701ac93 100644
--- a/src/codecs/qgbkcodec.h
+++ b/src/codecs/ntqgbkcodec.h
@@ -42,6 +42,6 @@
#ifndef TQGBKCODEC_H
#define TQGBKCODEC_H
#ifndef QT_H
-#include "qgb18030codec.h"
+#include "ntqgb18030codec.h"
#endif // QT_H
#endif
diff --git a/src/codecs/qjiscodec.h b/src/codecs/ntqjiscodec.h
index 02dc2acf..00cbf7cd 100644
--- a/src/codecs/qjiscodec.h
+++ b/src/codecs/ntqjiscodec.h
@@ -71,8 +71,8 @@
#define TQJISCODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
-#include "qjpunicode.h"
+#include "ntqtextcodec.h"
+#include "ntqjpunicode.h"
#endif // QT_H
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qjpunicode.h b/src/codecs/ntqjpunicode.h
index 15107d7c..eb0c8f71 100644
--- a/src/codecs/qjpunicode.h
+++ b/src/codecs/ntqjpunicode.h
@@ -71,7 +71,7 @@
#define TQJPUNICODE_H
#ifndef QT_H
-#include "qglobal.h"
+#include "ntqglobal.h"
#endif // QT_H
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qrtlcodec.h b/src/codecs/ntqrtlcodec.h
index 1ddbbde7..bb031da4 100644
--- a/src/codecs/qrtlcodec.h
+++ b/src/codecs/ntqrtlcodec.h
@@ -42,7 +42,7 @@
#define TQRTLCODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#endif // QT_H
#ifndef QT_NO_CODEC_HEBREW
diff --git a/src/codecs/qsjiscodec.h b/src/codecs/ntqsjiscodec.h
index 4e85505e..9bac66ca 100644
--- a/src/codecs/qsjiscodec.h
+++ b/src/codecs/ntqsjiscodec.h
@@ -71,8 +71,8 @@
#define TQSJISCODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
-#include "qjpunicode.h"
+#include "ntqtextcodec.h"
+#include "ntqjpunicode.h"
#endif // QT_H
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qtextcodec.h b/src/codecs/ntqtextcodec.h
index 5fb16c1d..d6ea1a3b 100644
--- a/src/codecs/qtextcodec.h
+++ b/src/codecs/ntqtextcodec.h
@@ -42,7 +42,7 @@
#define TQTEXTCODEC_H
#ifndef QT_H
-#include "qstring.h"
+#include "ntqstring.h"
#endif // QT_H
#ifndef QT_NO_TEXTCODEC
diff --git a/src/codecs/qtextcodecfactory.h b/src/codecs/ntqtextcodecfactory.h
index 8e1bf38a..94b4ddda 100644
--- a/src/codecs/qtextcodecfactory.h
+++ b/src/codecs/ntqtextcodecfactory.h
@@ -40,7 +40,7 @@
#define TQTEXTCODECFACTORY_H
#ifndef QT_H
-#include "qstringlist.h"
+#include "ntqstringlist.h"
#endif // QT_H
#ifndef QT_NO_TEXTCODEC
diff --git a/src/codecs/qtextcodecplugin.h b/src/codecs/ntqtextcodecplugin.h
index b9393a02..787941f5 100644
--- a/src/codecs/qtextcodecplugin.h
+++ b/src/codecs/ntqtextcodecplugin.h
@@ -42,8 +42,8 @@
#define TQTEXTCODECPLUGIN_H
#ifndef QT_H
-#include "qgplugin.h"
-#include "qstringlist.h"
+#include "ntqgplugin.h"
+#include "ntqstringlist.h"
#endif // QT_H
#ifndef QT_NO_TEXTCODECPLUGIN
diff --git a/src/codecs/qtsciicodec.h b/src/codecs/ntqtsciicodec.h
index abe0b3a9..4b881b13 100644
--- a/src/codecs/qtsciicodec.h
+++ b/src/codecs/ntqtsciicodec.h
@@ -69,7 +69,7 @@
#define TQTSCIICODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#endif // QT_H
#ifndef QT_NO_CODECS
diff --git a/src/codecs/qutfcodec.h b/src/codecs/ntqutfcodec.h
index d34c2792..8955b6c2 100644
--- a/src/codecs/qutfcodec.h
+++ b/src/codecs/ntqutfcodec.h
@@ -42,7 +42,7 @@
#define TQUTFCODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#endif // QT_H
#ifndef QT_NO_TEXTCODEC
diff --git a/src/codecs/qbig5codec.cpp b/src/codecs/qbig5codec.cpp
index 9fdc45fa..efb90ff3 100644
--- a/src/codecs/qbig5codec.cpp
+++ b/src/codecs/qbig5codec.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
/*!
- \class TQBig5Codec qbig5codec.h
+ \class TQBig5Codec ntqbig5codec.h
\ingroup i18n
\brief The TQBig5Codec class provides conversion to and from the Big5 encoding.
@@ -98,7 +98,7 @@
SUCH DAMAGE.
*/
-#include "qbig5codec.h"
+#include "ntqbig5codec.h"
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qeucjpcodec.cpp b/src/codecs/qeucjpcodec.cpp
index a869b914..1b5a3c89 100644
--- a/src/codecs/qeucjpcodec.cpp
+++ b/src/codecs/qeucjpcodec.cpp
@@ -42,7 +42,7 @@
// a.k.a. Junji Takagi, and is included in TQt with the author's permission,
// and the grateful thanks of the Trolltech team.
-/*! \class TQEucJpCodec qeucjpcodec.h
+/*! \class TQEucJpCodec ntqeucjpcodec.h
\reentrant
\ingroup i18n
@@ -114,7 +114,7 @@
* SUCH DAMAGE.
*/
-#include "qeucjpcodec.h"
+#include "ntqeucjpcodec.h"
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qeuckrcodec.cpp b/src/codecs/qeuckrcodec.cpp
index fc799bd8..547c00e8 100644
--- a/src/codecs/qeuckrcodec.cpp
+++ b/src/codecs/qeuckrcodec.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-/*! \class TQEucKrCodec qeuckrcodec.h
+/*! \class TQEucKrCodec ntqeuckrcodec.h
\reentrant
\ingroup i18n
@@ -92,7 +92,7 @@
int heuristicNameMatch(const char* hint) const;
*/
-#include "qeuckrcodec.h"
+#include "ntqeuckrcodec.h"
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qfontcodecs_p.h b/src/codecs/qfontcodecs_p.h
index b78738fd..d323fbb9 100644
--- a/src/codecs/qfontcodecs_p.h
+++ b/src/codecs/qfontcodecs_p.h
@@ -54,8 +54,8 @@
//
#ifndef QT_H
-#include "qglobal.h"
-#include "qtextcodec.h"
+#include "ntqglobal.h"
+#include "ntqtextcodec.h"
#endif // QT_H
diff --git a/src/codecs/qfontjpcodec.cpp b/src/codecs/qfontjpcodec.cpp
index 8cdac2de..365f21e0 100644
--- a/src/codecs/qfontjpcodec.cpp
+++ b/src/codecs/qfontjpcodec.cpp
@@ -42,7 +42,7 @@
#ifndef QT_NO_CODECS
#ifndef QT_NO_BIG_CODECS
-#include "qjpunicode.h"
+#include "ntqjpunicode.h"
// JIS X 0201
diff --git a/src/codecs/qgb18030codec.cpp b/src/codecs/qgb18030codec.cpp
index 257cbb58..93896707 100644
--- a/src/codecs/qgb18030codec.cpp
+++ b/src/codecs/qgb18030codec.cpp
@@ -35,7 +35,7 @@
**
**********************************************************************/
-/*! \class TQGb18030Codec qgb18030codec.h
+/*! \class TQGb18030Codec ntqgb18030codec.h
\reentrant
\ingroup i18n
@@ -115,10 +115,10 @@
SUCH DAMAGE.
*/
-#include "qgb18030codec.h"
+#include "ntqgb18030codec.h"
#if (QT_VERSION-0 >= 0x040000)
-#error "move obsolete header <qgbkcodec.h> into the src/compat directory"
+#error "move obsolete header <ntqgbkcodec.h> into the src/compat directory"
#endif
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qisciicodec_p.h b/src/codecs/qisciicodec_p.h
index 6f2f43ed..ebf9fe14 100644
--- a/src/codecs/qisciicodec_p.h
+++ b/src/codecs/qisciicodec_p.h
@@ -2,7 +2,7 @@
#define TQISCIICODEC_H
#ifndef QT_H
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#endif // QT_H
#ifndef QT_NO_CODECS
diff --git a/src/codecs/qjiscodec.cpp b/src/codecs/qjiscodec.cpp
index f0ecfdb6..5f5afbb9 100644
--- a/src/codecs/qjiscodec.cpp
+++ b/src/codecs/qjiscodec.cpp
@@ -132,7 +132,7 @@
SUCH DAMAGE.
*/
-#include "qjiscodec.h"
+#include "ntqjiscodec.h"
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qjpunicode.cpp b/src/codecs/qjpunicode.cpp
index bc2d1932..1a6c34ae 100644
--- a/src/codecs/qjpunicode.cpp
+++ b/src/codecs/qjpunicode.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-/*! \class TQJpUnicodeConv qjpunicode.h
+/*! \class TQJpUnicodeConv ntqjpunicode.h
\reentrant
\ingroup i18n
@@ -82,9 +82,9 @@
SUCH DAMAGE.
*/
-#include "qjpunicode.h"
+#include "ntqjpunicode.h"
#ifndef QT_NO_BIG_CODECS
-#include "qcstring.h"
+#include "ntqcstring.h"
#ifdef Q_OS_TEMP
#include "qwinfunctions_wce.h"
#endif
diff --git a/src/codecs/qrtlcodec.cpp b/src/codecs/qrtlcodec.cpp
index 75a049c7..fa1585ec 100644
--- a/src/codecs/qrtlcodec.cpp
+++ b/src/codecs/qrtlcodec.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "qrtlcodec.h"
+#include "ntqrtlcodec.h"
#include <private/qtextengine_p.h>
#ifndef QT_NO_CODEC_HEBREW
@@ -359,7 +359,7 @@ static TQChar::Direction findBasicDirection(TQString str)
/*!
- \class TQHebrewCodec qrtlcodec.h
+ \class TQHebrewCodec ntqrtlcodec.h
\reentrant
\ingroup i18n
diff --git a/src/codecs/qsjiscodec.cpp b/src/codecs/qsjiscodec.cpp
index e6666a02..9d2df510 100644
--- a/src/codecs/qsjiscodec.cpp
+++ b/src/codecs/qsjiscodec.cpp
@@ -42,7 +42,7 @@
// a.k.a. Junji Takagi, and is included in TQt with the author's permission,
// and the grateful thanks of the Trolltech team.
-/*! \class TQSjisCodec qsjiscodec.h
+/*! \class TQSjisCodec ntqsjiscodec.h
\reentrant
\ingroup i18n
\brief The TQSjisCodec class provides conversion to and from Shift-JIS.
@@ -90,7 +90,7 @@
SUCH DAMAGE.
*/
-#include "qsjiscodec.h"
+#include "ntqsjiscodec.h"
#ifndef QT_NO_BIG_CODECS
diff --git a/src/codecs/qt_codecs.pri b/src/codecs/qt_codecs.pri
index 34455729..3753a5da 100644
--- a/src/codecs/qt_codecs.pri
+++ b/src/codecs/qt_codecs.pri
@@ -5,21 +5,21 @@ tools {
CODECS_P = codecs
HEADERS += \
#$$CODECS_H/qasmocodec.h \
- $$CODECS_H/qbig5codec.h \
- $$CODECS_H/qeucjpcodec.h \
- $$CODECS_H/qeuckrcodec.h \
+ $$CODECS_H/ntqbig5codec.h \
+ $$CODECS_H/ntqeucjpcodec.h \
+ $$CODECS_H/ntqeuckrcodec.h \
$$CODECS_P/qisciicodec_p.h \
- $$CODECS_H/qgb18030codec.h \
- $$CODECS_H/qjiscodec.h \
- $$CODECS_H/qjpunicode.h \
- $$CODECS_H/qrtlcodec.h \
- $$CODECS_H/qsjiscodec.h \
- $$CODECS_H/qtextcodec.h \
- $$CODECS_H/qtsciicodec.h \
- $$CODECS_H/qutfcodec.h \
+ $$CODECS_H/ntqgb18030codec.h \
+ $$CODECS_H/ntqjiscodec.h \
+ $$CODECS_H/ntqjpunicode.h \
+ $$CODECS_H/ntqrtlcodec.h \
+ $$CODECS_H/ntqsjiscodec.h \
+ $$CODECS_H/ntqtextcodec.h \
+ $$CODECS_H/ntqtsciicodec.h \
+ $$CODECS_H/ntqutfcodec.h \
$$CODECS_P/qtextcodecinterface_p.h \
- $$CODECS_H/qtextcodecfactory.h \
- $$CODECS_H/qtextcodecplugin.h
+ $$CODECS_H/ntqtextcodecfactory.h \
+ $$CODECS_H/ntqtextcodecplugin.h
SOURCES += \
#$$CODECS_CPP/qasmocodec.cpp \
diff --git a/src/codecs/qtextcodec.cpp b/src/codecs/qtextcodec.cpp
index c08d465f..23b6ff51 100644
--- a/src/codecs/qtextcodec.cpp
+++ b/src/codecs/qtextcodec.cpp
@@ -45,30 +45,30 @@
# undef open
#endif
-#include "qtextcodec.h"
+#include "ntqtextcodec.h"
#ifndef QT_NO_TEXTCODEC
-#include "qvaluelist.h"
-#include "qtextcodecfactory.h"
-#include "qutfcodec.h"
-#include "qnamespace.h"
+#include "ntqvaluelist.h"
+#include "ntqtextcodecfactory.h"
+#include "ntqutfcodec.h"
+#include "ntqnamespace.h"
#ifndef QT_NO_CODECS
-#include "qrtlcodec.h"
-#include "qtsciicodec.h"
+#include "ntqrtlcodec.h"
+#include "ntqtsciicodec.h"
#include "qisciicodec_p.h"
#endif // QT_NO_CODECS
#ifndef QT_NO_BIG_CODECS
-#include "qbig5codec.h"
-#include "qeucjpcodec.h"
-#include "qeuckrcodec.h"
-#include "qgb18030codec.h"
-#include "qjiscodec.h"
-#include "qjpunicode.h"
-#include "qsjiscodec.h"
+#include "ntqbig5codec.h"
+#include "ntqeucjpcodec.h"
+#include "ntqeuckrcodec.h"
+#include "ntqgb18030codec.h"
+#include "ntqjiscodec.h"
+#include "ntqjpunicode.h"
+#include "ntqsjiscodec.h"
#endif // QT_NO_BIG_CODECS
-#include "qfile.h"
-#include "qstrlist.h"
-#include "qstring.h"
+#include "ntqfile.h"
+#include "ntqstrlist.h"
+#include "ntqstring.h"
#include "../tools/qlocale_p.h"
#if !defined(QT_NO_CODECS) && !defined(QT_NO_BIG_CODECS) && defined(Q_WS_X11)
@@ -202,7 +202,7 @@ TQString TQTextStatelessDecoder::toUnicode(const char* chars, int len)
/*!
- \class TQTextCodec qtextcodec.h
+ \class TQTextCodec ntqtextcodec.h
\brief The TQTextCodec class provides conversion between text encodings.
\reentrant
\ingroup i18n
@@ -1160,7 +1160,7 @@ bool TQTextCodec::canEncode( const TQString& s ) const
/*!
- \class TQTextEncoder qtextcodec.h
+ \class TQTextEncoder ntqtextcodec.h
\brief The TQTextEncoder class provides a state-based encoder.
\reentrant
\ingroup i18n
@@ -1192,7 +1192,7 @@ TQTextEncoder::~TQTextEncoder()
*/
/*!
- \class TQTextDecoder qtextcodec.h
+ \class TQTextDecoder ntqtextcodec.h
\brief The TQTextDecoder class provides a state-based decoder.
\reentrant
\ingroup i18n
diff --git a/src/codecs/qtextcodecfactory.cpp b/src/codecs/qtextcodecfactory.cpp
index a0ccedbc..71e5ed12 100644
--- a/src/codecs/qtextcodecfactory.cpp
+++ b/src/codecs/qtextcodecfactory.cpp
@@ -38,13 +38,13 @@
**
**********************************************************************/
-#include "qtextcodecfactory.h"
+#include "ntqtextcodecfactory.h"
#ifndef QT_NO_TEXTCODEC
#ifndef QT_NO_COMPONENT
-#include "qapplication.h"
-#include "qcleanuphandler.h"
+#include "ntqapplication.h"
+#include "ntqcleanuphandler.h"
#include <private/qpluginmanager_p.h>
#include "qtextcodecinterface_p.h"
diff --git a/src/codecs/qtextcodecplugin.cpp b/src/codecs/qtextcodecplugin.cpp
index 29264c9d..6f084584 100644
--- a/src/codecs/qtextcodecplugin.cpp
+++ b/src/codecs/qtextcodecplugin.cpp
@@ -38,12 +38,12 @@
**
**********************************************************************/
-#include "qtextcodecplugin.h"
+#include "ntqtextcodecplugin.h"
#ifndef QT_NO_TEXTCODECPLUGIN
#include "qtextcodecinterface_p.h"
/*!
- \class TQTextCodecPlugin qtextcodecplugin.h
+ \class TQTextCodecPlugin ntqtextcodecplugin.h
\brief The TQTextCodecPlugin class provides an abstract base for custom TQTextCodec plugins.
\reentrant
\ingroup plugins
diff --git a/src/codecs/qtsciicodec.cpp b/src/codecs/qtsciicodec.cpp
index 5d682527..87fc18b3 100644
--- a/src/codecs/qtsciicodec.cpp
+++ b/src/codecs/qtsciicodec.cpp
@@ -40,7 +40,7 @@
// and is included in TQt with the author's permission, and the grateful
// thanks of the Trolltech team.
-/*! \class TQTsciiCodec qtsciicodec.h
+/*! \class TQTsciiCodec ntqtsciicodec.h
\reentrant
\ingroup i18n
@@ -92,7 +92,7 @@
SUCH DAMAGE.
*/
-#include "qtsciicodec.h"
+#include "ntqtsciicodec.h"
#ifndef QT_NO_CODECS
diff --git a/src/codecs/qutfcodec.cpp b/src/codecs/qutfcodec.cpp
index a9566361..4943ac8c 100644
--- a/src/codecs/qutfcodec.cpp
+++ b/src/codecs/qutfcodec.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "qutfcodec.h"
+#include "ntqutfcodec.h"
#ifndef QT_NO_TEXTCODEC