summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistboxitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html/tqlistboxitem.html
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz
tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqlistboxitem.html')
-rw-r--r--doc/html/tqlistboxitem.html4
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>.