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/qlistboxitem.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-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/qlistboxitem.html')
-rw-r--r-- | doc/html/qlistboxitem.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qlistboxitem.html b/doc/html/qlistboxitem.html index 41bf1a077..bc67e65bf 100644 --- a/doc/html/qlistboxitem.html +++ b/doc/html/qlistboxitem.html @@ -180,7 +180,7 @@ If <em>b</em> is TRUE (the default) then this item can be selected by the user; otherwise this item cannot be selected by the user. <p> <p>See also <a href="#isSelectable">isSelectable</a>(). -<h3 class=fn>void <a name="setText"></a>TQListBoxItem::setText ( const <a href="ntqstring.html">TQString</a> & text )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="setText"></a>TQListBoxItem::setText ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual protected]</tt> </h3> <p> Sets the text of the TQListBoxItem to <em>text</em>. This <em>text</em> is also @@ -188,7 +188,7 @@ used for sorting. The text is not shown unless explicitly drawn in <a href="#paint">paint</a>(). <p> <p>See also <a href="#text">text</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQListBoxItem::text () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQListBoxItem::text () const<tt> [virtual]</tt> </h3> Returns the text of the item. This text is also used for sorting. <p> <p>See also <a href="#setText">setText</a>(). |