summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistbox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqlistbox.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqlistbox.html')
-rw-r--r--doc/html/tqlistbox.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqlistbox.html b/doc/html/tqlistbox.html
index eb70c0e7a..ff8f46ead 100644
--- a/doc/html/tqlistbox.html
+++ b/doc/html/tqlistbox.html
@@ -316,9 +316,9 @@ touch.
Constructs a new empty list box called <em>name</em> and with parent <em>parent</em>.
<p> Performance is boosted by modifying the widget flags <em>f</em> so that
only part of the <a href="tqlistboxitem.html">TQListBoxItem</a> children is redrawn. This may be
-unsuitable for custom TQListBoxItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared
+unsuitable for custom TQListBoxItem classes, in which case <a href="tqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="tqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared
immediately after construction.
-<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>.
+<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="tqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>.
<h3 class=fn><a name="~TQListBox"></a>TQListBox::~TQListBox ()
</h3>
@@ -493,7 +493,7 @@ otherwise it starts from the first list box item.
If <tt>ComparisonFlags</tt> are specified in <em>compare</em> then these flags
are used, otherwise the default is a case-insensitive, "begins
with" search.
-<p> <p>See also <a href="ntqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a>.
+<p> <p>See also <a href="tqt.html#StringComparisonMode-enum">TQt::StringComparisonMode</a>.
<h3 class=fn>int <a name="findItem-2"></a>TQListBox::findItem ( int&nbsp;yPos ) const<tt> [protected]</tt>
</h3>