summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomnode.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdomnode.3qt')
-rw-r--r--doc/man/man3/tqdomnode.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqdomnode.3qt b/doc/man/man3/tqdomnode.3qt
index 4b9db6309..7f68db777 100644
--- a/doc/man/man3/tqdomnode.3qt
+++ b/doc/man/man3/tqdomnode.3qt
@@ -204,13 +204,13 @@ Inherited by TQDomDocumentType, TQDomDocument, TQDomDocumentFragment, TQDomChara
.BI "TQDomComment \fBtoComment\fR ()"
.br
.ti -1c
-.BI "void \fBsave\fR ( QTextStream & str, int indent ) const"
+.BI "void \fBsave\fR ( TQTextStream & str, int indent ) const"
.br
.in -1c
.SH RELATED FUNCTION DOCUMENTATION
.in +1c
.ti -1c
-.BI "QTextStream & \fBoperator<<\fR ( QTextStream & str, const TQDomNode & node )"
+.BI "TQTextStream & \fBoperator<<\fR ( TQTextStream & str, const TQDomNode & node )"
.br
.in -1c
.SH DESCRIPTION
@@ -636,7 +636,7 @@ If \fInewChild\fR is a TQDomDocumentFragment, then \fIoldChild\fR is replaced by
Returns a new reference to \fIoldChild\fR on success or a null node an failure.
.PP
See also insertBefore(), insertAfter(), removeChild(), and appendChild().
-.SH "void TQDomNode::save ( QTextStream & str, int indent ) const"
+.SH "void TQDomNode::save ( TQTextStream & str, int indent ) const"
Writes the XML representation of the node and all its children to the stream \fIstr\fR. This function uses \fIindent\fR as the amount of space to indent the node.
.SH "void TQDomNode::setNodeValue ( const TQString & v )\fC [virtual]\fR"
Sets the node's value to \fIv\fR.
@@ -703,7 +703,7 @@ Converts a TQDomNode into a TQDomText. If the node is not a text, the returned o
.PP
See also isText().
.SH RELATED FUNCTION DOCUMENTATION
-.SH "QTextStream & operator<< ( QTextStream & str, const TQDomNode & node )"
+.SH "TQTextStream & operator<< ( TQTextStream & str, const TQDomNode & node )"
Writes the XML representation of the node \fInode\fR and all its
children to the stream \fIstr\fR.