summaryrefslogtreecommitdiffstats
path: root/doc/html/qdomattr.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdomattr.html')
-rw-r--r--doc/html/qdomattr.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qdomattr.html b/doc/html/qdomattr.html
index 618a4fd8..c3161a9b 100644
--- a/doc/html/qdomattr.html
+++ b/doc/html/qdomattr.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQDomAttr class represents one attribute of a TQDomElement.
<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 &lt;<a href="qdom-h.html">qdom.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qdom-h.html">ntqdom.h</a>&gt;</tt>
<p>Inherits <a href="qdomnode.html">TQDomNode</a>.
<p><a href="qdomattr-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -113,7 +113,7 @@ Destroys the object and frees its resources.
Returns TRUE.
<p>Reimplemented from <a href="qdomnode.html#isAttr">TQDomNode</a>.
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="name"></a>TQDomAttr::name () const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQDomAttr::name () const<tt> [virtual]</tt>
</h3>
Returns the attribute's name.
@@ -134,7 +134,7 @@ will also change the other. If you want to make a <a href="shclass.html#deep-cop
Returns the element node this attribute is attached to or a <a href="qdomnode.html#isNull">null node</a> if this attribute is not
attached to any element.
-<h3 class=fn>void <a name="setValue"></a>TQDomAttr::setValue ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;v )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setValue"></a>TQDomAttr::setValue ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;v )<tt> [virtual]</tt>
</h3>
Sets the attribute's value to <em>v</em>.
<p> <p>See also <a href="#value">value</a>().
@@ -146,9 +146,9 @@ in the XML document or was set by the user with <a href="#setValue">setValue</a>
Returns FALSE if the value hasn't been specified or set.
<p> <p>See also <a href="#setValue">setValue</a>().
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="value"></a>TQDomAttr::value () const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="value"></a>TQDomAttr::value () const<tt> [virtual]</tt>
</h3>
-Returns the value of the attribute or <a href="qstring.html#TQString-null">TQString::null</a> if the
+Returns the value of the attribute or <a href="ntqstring.html#TQString-null">TQString::null</a> if the
attribute has not been specified.
<p> <p>See also <a href="#specified">specified</a>() and <a href="#setValue">setValue</a>().