diff options
Diffstat (limited to 'doc/html/tqlistboxitem.html')
-rw-r--r-- | doc/html/tqlistboxitem.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqlistboxitem.html b/doc/html/tqlistboxitem.html index 8790d486d..94cc06b35 100644 --- a/doc/html/tqlistboxitem.html +++ b/doc/html/tqlistboxitem.html @@ -96,7 +96,7 @@ Destroys the list box item. <p> Implement this function to return the height of your item. The <em>lb</em> parameter is the same as <a href="#listBox">listBox</a>() and is provided for convenience and compatibility. <p> The default implementation returns -<a href="ntqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s height. +<a href="tqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s height. <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>(). <p>Reimplemented in <a href="tqlistboxtext.html#height">TQListBoxText</a> and <a href="tqlistboxpixmap.html#height">TQListBoxPixmap</a>. @@ -199,7 +199,7 @@ Returns the text of the item. This text is also used for sorting. <p> Reimplement this function to return the width of your item. The <em>lb</em> parameter is the same as <a href="#listBox">listBox</a>() and is provided for convenience and compatibility. <p> The default implementation returns -<a href="ntqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s width. +<a href="tqapplication.html#globalStrut">TQApplication::globalStrut</a>()'s width. <p> <p>See also <a href="#paint">paint</a>() and <a href="#height">height</a>(). <p>Reimplemented in <a href="tqlistboxtext.html#width">TQListBoxText</a> and <a href="tqlistboxpixmap.html#width">TQListBoxPixmap</a>. |