summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-30 12:36:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-30 12:36:05 +0900
commit1702a6daff27f5d3e6fdac16962d1828df6ca270 (patch)
treeb451256c2cc2e22e895251bac6ec1e4bdfd40e09 /src
parent5fffa30386502b5423e45c2ed5e6af756b11c7b4 (diff)
downloadtqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.tar.gz
tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.zip
Rename nt* dom and xml related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/kernel/ntqt.h4
-rw-r--r--src/xml/qsvgdevice_p.h2
-rw-r--r--src/xml/qt_xml.pri4
-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
7 files changed, 39 insertions, 39 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h
index bd8ffe7b..13f5eb68 100644
--- a/src/kernel/ntqt.h
+++ b/src/kernel/ntqt.h
@@ -58,7 +58,7 @@
#include "ntqhostaddress.h"
#include "ntqstringlist.h"
#include "ntqcolor.h"
-#include <ntqdom.h>
+#include <tqdom.h>
#include "tqobject.h"
#include <ntqdrawutil.h>
#include "ntqbrush.h"
@@ -271,7 +271,7 @@
#include <ntqpainter.h>
#include <ntqworkspace.h>
#include <ntqlocalfs.h>
-#include <ntqxml.h>
+#include <tqxml.h>
#if defined( QT_MOC_CPP ) || defined( QT_H_CPP ) || defined( Q_OS_MACX )
#include <private/qcom_p.h>
diff --git a/src/xml/qsvgdevice_p.h b/src/xml/qsvgdevice_p.h
index 391a08e0..cf56c649 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 cba8404a..82fb0c4e 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 e6019081..1abd76bc 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 1a7089a8..1a7089a8 100644
--- a/src/xml/ntqdom.h
+++ b/src/xml/tqdom.h
diff --git a/src/xml/qxml.cpp b/src/xml/tqxml.cpp
index e211a88b..11d6ab16 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 b2f86dc9..b2f86dc9 100644
--- a/src/xml/ntqxml.h
+++ b/src/xml/tqxml.h