summaryrefslogtreecommitdiffstats
path: root/src/codecs/qtextcodec.cpp
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/qtextcodec.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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 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