diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/codecs/qtextcodec.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-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.cpp | 40 |
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 |