summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdomattr.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqdomattr.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdomattr.html')
-rw-r--r--doc/html/tqdomattr.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdomattr.html b/doc/html/tqdomattr.html
index 051f77056..bdcb33407 100644
--- a/doc/html/tqdomattr.html
+++ b/doc/html/tqdomattr.html
@@ -113,7 +113,7 @@ Destroys the object and frees its resources.
Returns TRUE.
<p>Reimplemented from <a href="tqdomnode.html#isAttr">TQDomNode</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQDomAttr::name () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.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="tqdomnode.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="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;v )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setValue"></a>TQDomAttr::setValue ( const&nbsp;<a href="tqstring.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="ntqstring.html">TQString</a> <a name="value"></a>TQDomAttr::value () const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="value"></a>TQDomAttr::value () const<tt> [virtual]</tt>
</h3>
-Returns the value of the attribute or <a href="ntqstring.html#TQString-null">TQString::null</a> if the
+Returns the value of the attribute or <a href="tqstring.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>().