summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomentity.3qt
diff options
context:
space:
mode:
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