summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomnode.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
commit0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch)
tree107cf55759cc3138bb1e0035b479bcd92127403a /doc/man/man3/tqdomnode.3qt
parente6077c30d14e9d662e8843c554db86c0d366d0b6 (diff)
downloadtqt-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz
tqt-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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.