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/xml/qxml.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/xml/qxml.cpp')
-rw-r--r-- | src/xml/qxml.cpp | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/xml/qxml.cpp b/src/xml/qxml.cpp index 34dbeeb20..ccc3498d7 100644 --- a/src/xml/qxml.cpp +++ b/src/xml/qxml.cpp @@ -38,16 +38,16 @@ ** **********************************************************************/ -#include "qxml.h" -#include "qtextcodec.h" -#include "qbuffer.h" -#include "qregexp.h" -#include "qptrstack.h" -#include "qmap.h" -#include "qvaluestack.h" +#include "ntqxml.h" +#include "ntqtextcodec.h" +#include "ntqbuffer.h" +#include "ntqregexp.h" +#include "ntqptrstack.h" +#include "ntqmap.h" +#include "ntqvaluestack.h" // needed for QT_TRANSLATE_NOOP: -#include "qobject.h" +#include "ntqobject.h" #ifndef QT_NO_XML @@ -216,7 +216,7 @@ class TQXmlDefaultHandlerPrivate }; /*! - \class TQXmlParseException qxml.h + \class TQXmlParseException ntqxml.h \reentrant \brief The TQXmlParseException class is used to report errors with the TQXmlErrorHandler interface. @@ -281,7 +281,7 @@ TQString TQXmlParseException::systemId() const /*! - \class TQXmlLocator qxml.h + \class TQXmlLocator ntqxml.h \reentrant \brief The TQXmlLocator class provides the XML handler classes with information about the parsing position within a file. @@ -378,7 +378,7 @@ public: }; /*! - \class TQXmlNamespaceSupport qxml.h + \class TQXmlNamespaceSupport ntqxml.h \reentrant \brief The TQXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support. @@ -648,7 +648,7 @@ void TQXmlNamespaceSupport::reset() *********************************************/ /*! - \class TQXmlAttributes qxml.h + \class TQXmlAttributes ntqxml.h \reentrant \brief The TQXmlAttributes class provides XML attributes. \if defined(commercial) @@ -893,7 +893,7 @@ void TQXmlAttributes::append( const TQString &qName, const TQString &uri, const *********************************************/ /*! - \class TQXmlInputSource qxml.h + \class TQXmlInputSource ntqxml.h \reentrant \brief The TQXmlInputSource class provides the input data for the TQXmlReader subclasses. @@ -1208,7 +1208,7 @@ TQString TQXmlInputSource::fromRawData( const TQByteArray &data, bool beginning *********************************************/ /*! - \class TQXmlContentHandler qxml.h + \class TQXmlContentHandler ntqxml.h \reentrant \brief The TQXmlContentHandler class provides an interface to report the logical content of XML data. @@ -1457,7 +1457,7 @@ TQString TQXmlInputSource::fromRawData( const TQByteArray &data, bool beginning /*! - \class TQXmlErrorHandler qxml.h + \class TQXmlErrorHandler ntqxml.h \reentrant \brief The TQXmlErrorHandler class provides an interface to report errors in XML data. @@ -1531,7 +1531,7 @@ TQString TQXmlInputSource::fromRawData( const TQByteArray &data, bool beginning /*! - \class TQXmlDTDHandler qxml.h + \class TQXmlDTDHandler ntqxml.h \reentrant \brief The TQXmlDTDHandler class provides an interface to report DTD content of XML data. @@ -1597,7 +1597,7 @@ TQString TQXmlInputSource::fromRawData( const TQByteArray &data, bool beginning /*! - \class TQXmlEntityResolver qxml.h + \class TQXmlEntityResolver ntqxml.h \reentrant \brief The TQXmlEntityResolver class provides an interface to resolve external entities contained in XML data. @@ -1652,7 +1652,7 @@ TQString TQXmlInputSource::fromRawData( const TQByteArray &data, bool beginning /*! - \class TQXmlLexicalHandler qxml.h + \class TQXmlLexicalHandler ntqxml.h \reentrant \brief The TQXmlLexicalHandler class provides an interface to report the lexical content of XML data. @@ -1802,7 +1802,7 @@ TQString TQXmlInputSource::fromRawData( const TQByteArray &data, bool beginning /*! - \class TQXmlDeclHandler qxml.h + \class TQXmlDeclHandler ntqxml.h \reentrant \brief The TQXmlDeclHandler class provides an interface to report declaration content of XML data. @@ -1888,7 +1888,7 @@ TQString TQXmlInputSource::fromRawData( const TQByteArray &data, bool beginning /*! - \class TQXmlDefaultHandler qxml.h + \class TQXmlDefaultHandler ntqxml.h \reentrant \brief The TQXmlDefaultHandler class provides a default implementation of all the XML handler classes. @@ -2349,7 +2349,7 @@ private: *********************************************/ /*! - \class TQXmlReader qxml.h + \class TQXmlReader ntqxml.h \reentrant \brief The TQXmlReader class provides an interface for XML readers (i.e. parsers). @@ -2569,7 +2569,7 @@ private: /*! - \class TQXmlSimpleReader qxml.h + \class TQXmlSimpleReader ntqxml.h \reentrant \brief The TQXmlSimpleReader class provides an implementation of a simple XML reader (parser). |