From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqdomattr.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqdomattr.html') 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.

Reimplemented from TQDomNode. -

TQString TQDomAttr::name () const [virtual] +

TQString TQDomAttr::name () const [virtual]

Returns the attribute's name. @@ -134,7 +134,7 @@ will also change the other. If you want to make a null node if this attribute is not attached to any element. -

void TQDomAttr::setValue ( const TQString & v ) [virtual] +

void TQDomAttr::setValue ( const TQString & v ) [virtual]

Sets the attribute's value to v.

See also value(). @@ -146,9 +146,9 @@ in the XML document or was set by the user with setValue Returns FALSE if the value hasn't been specified or set.

See also setValue(). -

TQString TQDomAttr::value () const [virtual] +

TQString TQDomAttr::value () const [virtual]

-Returns the value of the attribute or TQString::null if the +Returns the value of the attribute or TQString::null if the attribute has not been specified.

See also specified() and setValue(). -- cgit v1.2.3