summaryrefslogtreecommitdiffstats
path: root/src/codecs/qtextcodec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/codecs/qtextcodec.cpp')
-rw-r--r--src/codecs/qtextcodec.cpp40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/codecs/qtextcodec.cpp b/src/codecs/qtextcodec.cpp
index c08d465fa..23b6ff51a 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