From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/codecs/qtextcodec.cpp | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src/codecs/qtextcodec.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 -- cgit v1.2.1