summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomprocessinginstruction.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqdomprocessinginstruction.html')
-rw-r--r--doc/html/tqdomprocessinginstruction.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqdomprocessinginstruction.html b/doc/html/tqdomprocessinginstruction.html
index c16ddbeda..b6d1b2ebc 100644
--- a/doc/html/tqdomprocessinginstruction.html
+++ b/doc/html/tqdomprocessinginstruction.html
@@ -89,7 +89,7 @@ will also change the other. If you want to make a <a href="shclass.html#deep-cop
</h3>
Destroys the object and frees its resources.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="data"></a>TQDomProcessingInstruction::data () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="data"></a>TQDomProcessingInstruction::data () const<tt> [virtual]</tt>
</h3>
Returns the content of this processing instruction.
<p> <p>See also <a href="#setData">setData</a>() and <a href="#target">target</a>().
@@ -111,12 +111,12 @@ Assigns <em>x</em> to this processing instruction.
will also change the other. If you want to make a <a href="shclass.html#deep-copy">deep copy</a>, use
<a href="tqdomnode.html#cloneNode">cloneNode</a>().
-<h3 class=fn>void <a name="setData"></a>TQDomProcessingInstruction::setData ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;d )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setData"></a>TQDomProcessingInstruction::setData ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;d )<tt> [virtual]</tt>
</h3>
Sets the data contained in the processing instruction to <em>d</em>.
<p> <p>See also <a href="#data">data</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="target"></a>TQDomProcessingInstruction::target () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="target"></a>TQDomProcessingInstruction::target () const<tt> [virtual]</tt>
</h3>
Returns the target of this processing instruction.
<p> <p>See also <a href="#data">data</a>().