summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomentity.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqdomentity.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqdomentity.3qt')
-rw-r--r--doc/man/man3/tqdomentity.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqdomentity.3qt b/doc/man/man3/tqdomentity.3qt
index f945ac12..01f0b1ad 100644
--- a/doc/man/man3/tqdomentity.3qt
+++ b/doc/man/man3/tqdomentity.3qt
@@ -30,13 +30,13 @@ Inherits QDomNode.
.BI "\fB~QDomEntity\fR ()"
.br
.ti -1c
-.BI "virtual QString \fBpublicId\fR () const"
+.BI "virtual TQString \fBpublicId\fR () const"
.br
.ti -1c
-.BI "virtual QString \fBsystemId\fR () const"
+.BI "virtual TQString \fBsystemId\fR () const"
.br
.ti -1c
-.BI "virtual QString \fBnotationName\fR () const"
+.BI "virtual TQString \fBnotationName\fR () const"
.br
.ti -1c
.BI "virtual QDomNode::NodeType \fBnodeType\fR () const"
@@ -76,17 +76,17 @@ Reimplemented from QDomNode.
Returns EntityNode.
.PP
Reimplemented from QDomNode.
-.SH "QString QDomEntity::notationName () const\fC [virtual]\fR"
-For unparsed entities this function returns the name of the notation for the entity. For parsed entities this function returns QString::null.
+.SH "TQString QDomEntity::notationName () const\fC [virtual]\fR"
+For unparsed entities this function returns the name of the notation for the entity. For parsed entities this function returns TQString::null.
.SH "QDomEntity & QDomEntity::operator= ( const QDomEntity & x )"
Assigns \fIx\fR to this DOM entity.
.PP
The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().
-.SH "QString QDomEntity::publicId () const\fC [virtual]\fR"
-Returns the public identifier associated with this entity. If the public identifier was not specified QString::null is returned.
-.SH "QString QDomEntity::systemId () const\fC [virtual]\fR"
+.SH "TQString QDomEntity::publicId () const\fC [virtual]\fR"
+Returns the public identifier associated with this entity. If the public identifier was not specified TQString::null is returned.
+.SH "TQString QDomEntity::systemId () const\fC [virtual]\fR"
Returns the system identifier associated with this entity. If the
-system identifier was not specified QString::null is returned.
+system identifier was not specified TQString::null is returned.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/qdomentity.html