summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomdocumenttype.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdomdocumenttype.3qt')
-rw-r--r--doc/man/man3/tqdomdocumenttype.3qt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqdomdocumenttype.3qt b/doc/man/man3/tqdomdocumenttype.3qt
index 487be7a1..d416fd29 100644
--- a/doc/man/man3/tqdomdocumenttype.3qt
+++ b/doc/man/man3/tqdomdocumenttype.3qt
@@ -30,7 +30,7 @@ Inherits QDomNode.
.BI "\fB~QDomDocumentType\fR ()"
.br
.ti -1c
-.BI "virtual QString \fBname\fR () const"
+.BI "virtual TQString \fBname\fR () const"
.br
.ti -1c
.BI "virtual QDomNamedNodeMap \fBentities\fR () const"
@@ -39,13 +39,13 @@ Inherits QDomNode.
.BI "virtual QDomNamedNodeMap \fBnotations\fR () const"
.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 \fBinternalSubset\fR () const"
+.BI "virtual TQString \fBinternalSubset\fR () const"
.br
.ti -1c
.BI "virtual QDomNode::NodeType \fBnodeType\fR () const"
@@ -71,8 +71,8 @@ The data of the copy is shared (shallow copy): modifying one node will also chan
Destroys the object and frees its resources.
.SH "QDomNamedNodeMap QDomDocumentType::entities () const\fC [virtual]\fR"
Returns a map of all entities described in the DTD.
-.SH "QString QDomDocumentType::internalSubset () const\fC [virtual]\fR"
-Returns the internal subset of the document type or QString::null if there is no internal subset.
+.SH "TQString QDomDocumentType::internalSubset () const\fC [virtual]\fR"
+Returns the internal subset of the document type or TQString::null if there is no internal subset.
.PP
See also publicId() and systemId().
.SH "bool QDomDocumentType::isDocumentType () const\fC [virtual]\fR"
@@ -81,7 +81,7 @@ This function overloads QDomNode::isDocumentType().
See also nodeType() and QDomNode::toDocumentType().
.PP
Reimplemented from QDomNode.
-.SH "QString QDomDocumentType::name () const\fC [virtual]\fR"
+.SH "TQString QDomDocumentType::name () const\fC [virtual]\fR"
Returns the name of the document type as specified in the <!DOCTYPE name> tag.
.PP
See also nodeName().
@@ -97,12 +97,12 @@ Returns a map of all notations described in the DTD.
Assigns \fIn\fR to this document type.
.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 QDomDocumentType::publicId () const\fC [virtual]\fR"
-Returns the public identifier of the external DTD subset or QString::null if there is no public identifier.
+.SH "TQString QDomDocumentType::publicId () const\fC [virtual]\fR"
+Returns the public identifier of the external DTD subset or TQString::null if there is no public identifier.
.PP
See also systemId(), internalSubset(), and QDomImplementation::createDocumentType().
-.SH "QString QDomDocumentType::systemId () const\fC [virtual]\fR"
-Returns the system identifier of the external DTD subset or QString::null if there is no system identifier.
+.SH "TQString QDomDocumentType::systemId () const\fC [virtual]\fR"
+Returns the system identifier of the external DTD subset or TQString::null if there is no system identifier.
.PP
See also publicId(), internalSubset(), and QDomImplementation::createDocumentType().