diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qdomprocessinginstruction.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qdomprocessinginstruction.html')
-rw-r--r-- | doc/html/qdomprocessinginstruction.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qdomprocessinginstruction.html b/doc/html/qdomprocessinginstruction.html index 17ccf6396..fa5686bd4 100644 --- a/doc/html/qdomprocessinginstruction.html +++ b/doc/html/qdomprocessinginstruction.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } instruction. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qdom-h.html">qdom.h</a>></tt> +<p><tt>#include <<a href="qdom-h.html">ntqdom.h</a>></tt> <p>Inherits <a href="qdomnode.html">TQDomNode</a>. <p><a href="qdomprocessinginstruction-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -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="qstring.html">TQString</a> <a name="data"></a>TQDomProcessingInstruction::data () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqstring.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="qdomnode.html#cloneNode">cloneNode</a>(). -<h3 class=fn>void <a name="setData"></a>TQDomProcessingInstruction::setData ( const <a href="qstring.html">TQString</a> & d )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setData"></a>TQDomProcessingInstruction::setData ( const <a href="ntqstring.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="qstring.html">TQString</a> <a name="target"></a>TQDomProcessingInstruction::target () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqstring.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>(). |