diff options
Diffstat (limited to 'src/xml')
-rw-r--r-- | src/xml/qsvgdevice_p.h | 2 | ||||
-rw-r--r-- | src/xml/qt_xml.pri | 4 | ||||
-rw-r--r-- | src/xml/tqdom.cpp (renamed from src/xml/qdom.cpp) | 38 | ||||
-rw-r--r-- | src/xml/tqdom.h (renamed from src/xml/ntqdom.h) | 0 | ||||
-rw-r--r-- | src/xml/tqxml.cpp (renamed from src/xml/qxml.cpp) | 30 | ||||
-rw-r--r-- | src/xml/tqxml.h (renamed from src/xml/ntqxml.h) | 0 |
6 files changed, 37 insertions, 37 deletions
diff --git a/src/xml/qsvgdevice_p.h b/src/xml/qsvgdevice_p.h index 391a08e07..cf56c649f 100644 --- a/src/xml/qsvgdevice_p.h +++ b/src/xml/qsvgdevice_p.h @@ -56,7 +56,7 @@ #ifndef QT_H #include "ntqpaintdevice.h" #include "ntqrect.h" -#include "ntqdom.h" +#include "tqdom.h" #endif // QT_H #if !defined(TQT_MODULE_XML) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_XML ) diff --git a/src/xml/qt_xml.pri b/src/xml/qt_xml.pri index cba8404ac..82fb0c4e0 100644 --- a/src/xml/qt_xml.pri +++ b/src/xml/qt_xml.pri @@ -1,8 +1,8 @@ # TQt xml module xml { - HEADERS += $$XML_H/ntqxml.h $$XML_H/ntqdom.h $$XML_CPP/qsvgdevice_p.h - SOURCES += $$XML_CPP/qxml.cpp $$XML_CPP/qdom.cpp $$XML_CPP/qsvgdevice.cpp + HEADERS += $$XML_H/tqxml.h $$XML_H/tqdom.h $$XML_CPP/qsvgdevice_p.h + SOURCES += $$XML_CPP/tqxml.cpp $$XML_CPP/tqdom.cpp $$XML_CPP/qsvgdevice.cpp win32-borland { QMAKE_CFLAGS_WARN_ON += -w-use QMAKE_CXXFLAGS_WARN_ON += -w-use diff --git a/src/xml/qdom.cpp b/src/xml/tqdom.cpp index e60190816..1abd76bc6 100644 --- a/src/xml/qdom.cpp +++ b/src/xml/tqdom.cpp @@ -38,11 +38,11 @@ ** **********************************************************************/ -#include "ntqdom.h" +#include "tqdom.h" #ifndef TQT_NO_DOM -#include "ntqxml.h" +#include "tqxml.h" #include "ntqptrlist.h" #include "ntqdict.h" #include "ntqtextstream.h" @@ -610,7 +610,7 @@ TQDomImplementationPrivate* TQDomImplementationPrivate::clone() **************************************************************/ /*! - \class TQDomImplementation ntqdom.h + \class TQDomImplementation tqdom.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 ntqdom.h + \class TQDomNodeList tqdom.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 ntqdom.h + \class TQDomNode tqdom.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 ntqdom.h + \class TQDomNamedNodeMap tqdom.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 ntqdom.h + \class TQDomDocumentType tqdom.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 ntqdom.h + \class TQDomDocumentFragment tqdom.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 ntqdom.h + \class TQDomCharacterData tqdom.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 ntqdom.h + \class TQDomAttr tqdom.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 ntqdom.h + \class TQDomElement tqdom.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 ntqdom.h + \class TQDomText tqdom.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 ntqdom.h + \class TQDomComment tqdom.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 ntqdom.h + \class TQDomCDATASection tqdom.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 ntqdom.h + \class TQDomNotation tqdom.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 ntqdom.h + \class TQDomEntity tqdom.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 ntqdom.h + \class TQDomEntityReference tqdom.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 ntqdom.h + \class TQDomProcessingInstruction tqdom.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 ntqdom.h + \class TQDomDocument tqdom.h \reentrant \brief The TQDomDocument class represents an XML document. \if defined(commercial) diff --git a/src/xml/ntqdom.h b/src/xml/tqdom.h index 1a7089a81..1a7089a81 100644 --- a/src/xml/ntqdom.h +++ b/src/xml/tqdom.h diff --git a/src/xml/qxml.cpp b/src/xml/tqxml.cpp index e211a88b0..11d6ab169 100644 --- a/src/xml/qxml.cpp +++ b/src/xml/tqxml.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqxml.h" +#include "tqxml.h" #include "ntqtextcodec.h" #include "ntqbuffer.h" #include "ntqregexp.h" @@ -216,7 +216,7 @@ class TQXmlDefaultHandlerPrivate }; /*! - \class TQXmlParseException ntqxml.h + \class TQXmlParseException tqxml.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 ntqxml.h + \class TQXmlLocator tqxml.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 ntqxml.h + \class TQXmlNamespaceSupport tqxml.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 ntqxml.h + \class TQXmlAttributes tqxml.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 ntqxml.h + \class TQXmlInputSource tqxml.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 ntqxml.h + \class TQXmlContentHandler tqxml.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 ntqxml.h + \class TQXmlErrorHandler tqxml.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 ntqxml.h + \class TQXmlDTDHandler tqxml.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 ntqxml.h + \class TQXmlEntityResolver tqxml.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 ntqxml.h + \class TQXmlLexicalHandler tqxml.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 ntqxml.h + \class TQXmlDeclHandler tqxml.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 ntqxml.h + \class TQXmlDefaultHandler tqxml.h \reentrant \brief The TQXmlDefaultHandler class provides a default implementation of all the XML handler classes. @@ -2349,7 +2349,7 @@ private: *********************************************/ /*! - \class TQXmlReader ntqxml.h + \class TQXmlReader tqxml.h \reentrant \brief The TQXmlReader class provides an interface for XML readers (i.e. parsers). @@ -2569,7 +2569,7 @@ private: /*! - \class TQXmlSimpleReader ntqxml.h + \class TQXmlSimpleReader tqxml.h \reentrant \brief The TQXmlSimpleReader class provides an implementation of a simple XML reader (parser). diff --git a/src/xml/ntqxml.h b/src/xml/tqxml.h index b2f86dc93..b2f86dc93 100644 --- a/src/xml/ntqxml.h +++ b/src/xml/tqxml.h |