diff options
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>(). |