summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlistbox.html
diff options
context:
space:
mode:
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>