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/qdom.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/xml/qdom.cpp')
-rw-r--r-- | src/xml/qdom.cpp | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/src/xml/qdom.cpp b/src/xml/qdom.cpp index b4d891a97..954321c48 100644 --- a/src/xml/qdom.cpp +++ b/src/xml/qdom.cpp @@ -38,18 +38,18 @@ ** **********************************************************************/ -#include "qdom.h" +#include "ntqdom.h" #ifndef QT_NO_DOM -#include "qxml.h" -#include "qptrlist.h" -#include "qdict.h" -#include "qtextstream.h" -#include "qtextcodec.h" -#include "qiodevice.h" -#include "qregexp.h" -#include "qbuffer.h" +#include "ntqxml.h" +#include "ntqptrlist.h" +#include "ntqdict.h" +#include "ntqtextstream.h" +#include "ntqtextcodec.h" +#include "ntqiodevice.h" +#include "ntqregexp.h" +#include "ntqbuffer.h" /* ### old todo comments -- I don't know if they still apply... @@ -610,7 +610,7 @@ TQDomImplementationPrivate* TQDomImplementationPrivate::clone() **************************************************************/ /*! - \class TQDomImplementation qdom.h + \class TQDomImplementation ntqdom.h \reentrant \brief The TQDomImplementation class provides information about the features of the DOM implementation. @@ -914,7 +914,7 @@ uint TQDomNodeListPrivate::length() const **************************************************************/ /*! - \class TQDomNodeList qdom.h + \class TQDomNodeList ntqdom.h \reentrant \brief The TQDomNodeList class is a list of TQDomNode objects. \if defined(commercial) @@ -1529,7 +1529,7 @@ void TQDomNodePrivate::save( TQTextStream& s, int depth, int indent ) const #define IMPL ((TQDomNodePrivate*)impl) /*! - \class TQDomNode qdom.h + \class TQDomNode ntqdom.h \reentrant \brief The TQDomNode class is the base class for all the nodes in a DOM tree. \if defined(commercial) @@ -2640,7 +2640,7 @@ bool TQDomNamedNodeMapPrivate::containsNS( const TQString& nsURI, const TQString #define IMPL ((TQDomNamedNodeMapPrivate*)impl) /*! - \class TQDomNamedNodeMap qdom.h + \class TQDomNamedNodeMap ntqdom.h \reentrant \brief The TQDomNamedNodeMap class contains a collection of nodes that can be accessed by name. @@ -3056,7 +3056,7 @@ void TQDomDocumentTypePrivate::save( TQTextStream& s, int, int indent ) const #define IMPL ((TQDomDocumentTypePrivate*)impl) /*! - \class TQDomDocumentType qdom.h + \class TQDomDocumentType ntqdom.h \reentrant \brief The TQDomDocumentType class is the representation of the DTD in the document tree. @@ -3253,7 +3253,7 @@ TQDomNodePrivate* TQDomDocumentFragmentPrivate::cloneNode( bool deep) #define IMPL ((TQDomDocumentFragmentPrivate*)impl) /*! - \class TQDomDocumentFragment qdom.h + \class TQDomDocumentFragment ntqdom.h \reentrant \brief The TQDomDocumentFragment class is a tree of TQDomNodes which is not usually a complete TQDomDocument. \if defined(commercial) @@ -3416,7 +3416,7 @@ void TQDomCharacterDataPrivate::appendData( const TQString& arg ) #define IMPL ((TQDomCharacterDataPrivate*)impl) /*! - \class TQDomCharacterData qdom.h + \class TQDomCharacterData ntqdom.h \reentrant \brief The TQDomCharacterData class represents a generic string in the DOM. \if defined(commercial) @@ -3718,7 +3718,7 @@ void TQDomAttrPrivate::save( TQTextStream& s, int, int ) const #define IMPL ((TQDomAttrPrivate*)impl) /*! - \class TQDomAttr qdom.h + \class TQDomAttr ntqdom.h \reentrant \brief The TQDomAttr class represents one attribute of a TQDomElement. \if defined(commercial) @@ -4119,7 +4119,7 @@ void TQDomElementPrivate::save( TQTextStream& s, int depth, int indent ) const #define IMPL ((TQDomElementPrivate*)impl) /*! - \class TQDomElement qdom.h + \class TQDomElement ntqdom.h \reentrant \brief The TQDomElement class represents one element in the DOM tree. \if defined(commercial) @@ -4677,7 +4677,7 @@ void TQDomTextPrivate::save( TQTextStream& s, int, int ) const #define IMPL ((TQDomTextPrivate*)impl) /*! - \class TQDomText qdom.h + \class TQDomText ntqdom.h \reentrant \brief The TQDomText class represents text data in the parsed XML document. \if defined(commercial) @@ -4821,7 +4821,7 @@ void TQDomCommentPrivate::save( TQTextStream& s, int, int ) const #define IMPL ((TQDomCommentPrivate*)impl) /*! - \class TQDomComment qdom.h + \class TQDomComment ntqdom.h \reentrant \brief The TQDomComment class represents an XML comment. \if defined(commercial) @@ -4953,7 +4953,7 @@ void TQDomCDATASectionPrivate::save( TQTextStream& s, int, int ) const #define IMPL ((TQDomCDATASectionPrivate*)impl) /*! - \class TQDomCDATASection qdom.h + \class TQDomCDATASection ntqdom.h \reentrant \brief The TQDomCDATASection class represents an XML CDATA section. \if defined(commercial) @@ -5100,7 +5100,7 @@ void TQDomNotationPrivate::save( TQTextStream& s, int, int ) const #define IMPL ((TQDomNotationPrivate*)impl) /*! - \class TQDomNotation qdom.h + \class TQDomNotation ntqdom.h \reentrant \brief The TQDomNotation class represents an XML notation. \if defined(commercial) @@ -5313,7 +5313,7 @@ void TQDomEntityPrivate::save( TQTextStream& s, int, int ) const #define IMPL ((TQDomEntityPrivate*)impl) /*! - \class TQDomEntity qdom.h + \class TQDomEntity ntqdom.h \reentrant \brief The TQDomEntity class represents an XML entity. \if defined(commercial) @@ -5487,7 +5487,7 @@ void TQDomEntityReferencePrivate::save( TQTextStream& s, int, int ) const #define IMPL ((TQDomEntityReferencePrivate*)impl) /*! - \class TQDomEntityReference qdom.h + \class TQDomEntityReference ntqdom.h \reentrant \brief The TQDomEntityReference class represents an XML entity reference. \if defined(commercial) @@ -5633,7 +5633,7 @@ void TQDomProcessingInstructionPrivate::save( TQTextStream& s, int, int ) const #define IMPL ((TQDomProcessingInstructionPrivate*)impl) /*! - \class TQDomProcessingInstruction qdom.h + \class TQDomProcessingInstruction ntqdom.h \reentrant \brief The TQDomProcessingInstruction class represents an XML processing instruction. @@ -6044,7 +6044,7 @@ void TQDomDocumentPrivate::save( TQTextStream& s, int, int indent ) const #define IMPL ((TQDomDocumentPrivate*)impl) /*! - \class TQDomDocument qdom.h + \class TQDomDocument ntqdom.h \reentrant \brief The TQDomDocument class represents an XML document. \if defined(commercial) |