summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdomprocessinginstruction.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdomprocessinginstruction.3qt')
-rw-r--r--doc/man/man3/tqdomprocessinginstruction.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqdomprocessinginstruction.3qt b/doc/man/man3/tqdomprocessinginstruction.3qt
index 498d9e39..86f978d7 100644
--- a/doc/man/man3/tqdomprocessinginstruction.3qt
+++ b/doc/man/man3/tqdomprocessinginstruction.3qt
@@ -30,13 +30,13 @@ Inherits QDomNode.
.BI "\fB~QDomProcessingInstruction\fR ()"
.br
.ti -1c
-.BI "virtual QString \fBtarget\fR () const"
+.BI "virtual TQString \fBtarget\fR () const"
.br
.ti -1c
-.BI "virtual QString \fBdata\fR () const"
+.BI "virtual TQString \fBdata\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetData\fR ( const QString & d )"
+.BI "virtual void \fBsetData\fR ( const TQString & d )"
.br
.ti -1c
.BI "virtual QDomNode::NodeType \fBnodeType\fR () const"
@@ -64,7 +64,7 @@ Constructs a copy of \fIx\fR.
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 "QDomProcessingInstruction::~QDomProcessingInstruction ()"
Destroys the object and frees its resources.
-.SH "QString QDomProcessingInstruction::data () const\fC [virtual]\fR"
+.SH "TQString QDomProcessingInstruction::data () const\fC [virtual]\fR"
Returns the content of this processing instruction.
.PP
See also setData() and target().
@@ -80,11 +80,11 @@ Reimplemented from QDomNode.
Assigns \fIx\fR to this processing instruction.
.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 "void QDomProcessingInstruction::setData ( const QString & d )\fC [virtual]\fR"
+.SH "void QDomProcessingInstruction::setData ( const TQString & d )\fC [virtual]\fR"
Sets the data contained in the processing instruction to \fId\fR.
.PP
See also data().
-.SH "QString QDomProcessingInstruction::target () const\fC [virtual]\fR"
+.SH "TQString QDomProcessingInstruction::target () const\fC [virtual]\fR"
Returns the target of this processing instruction.
.PP
See also data().