diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqdomprocessinginstruction.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdomprocessinginstruction.html')
-rw-r--r-- | doc/html/tqdomprocessinginstruction.html | 6 |
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 <a href="ntqstring.html">TQString</a> & d )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setData"></a>TQDomProcessingInstruction::setData ( const <a href="tqstring.html">TQString</a> & 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>(). |