From b35e0845dc9b3c8b9a5e52a682c769f383933fae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/man/man3/tqdomentity.3qt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/man/man3/tqdomentity.3qt') diff --git a/doc/man/man3/tqdomentity.3qt b/doc/man/man3/tqdomentity.3qt index f945ac124..01f0b1adc 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 -- cgit v1.2.3