summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistbox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlistbox.3qt')
-rw-r--r--doc/man/man3/tqlistbox.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqlistbox.3qt b/doc/man/man3/tqlistbox.3qt
index 4d10b3da..fe9ca6b3 100644
--- a/doc/man/man3/tqlistbox.3qt
+++ b/doc/man/man3/tqlistbox.3qt
@@ -488,7 +488,7 @@ Constructs a new empty list box called \fIname\fR and with parent \fIparent\fR.
.PP
Performance is boosted by modifying the widget flags \fIf\fR so that only part of the QListBoxItem children is redrawn. This may be unsuitable for custom QListBoxItem classes, in which case WStaticContents and WNoAutoErase should be cleared immediately after construction.
.PP
-See also TQWidget::clearWFlags() and Qt::WidgetFlags.
+See also TQWidget::clearWFlags() and TQt::WidgetFlags.
.SH "QListBox::~QListBox ()"
Destroys the list box. Deletes all list box items.
.SH "bool QListBox::autoBottomScrollBar () const"
@@ -606,7 +606,7 @@ Ensures that the current item is visible.
.SH "QListBoxItem * QListBox::findItem ( const TQString & text, ComparisonFlags compare = BeginsWith ) const"
Finds the first list box item that has the text \fItext\fR and returns it, or returns 0 of no such item could be found. The search starts from the current item if the current item exists, otherwise it starts from the first list box item. If \fCComparisonFlags\fR are specified in \fIcompare\fR then these flags are used, otherwise the default is a case-insensitive, "begins with" search.
.PP
-See also Qt::StringComparisonMode.
+See also TQt::StringComparisonMode.
.SH "int QListBox::findItem ( int yPos ) const\fC [protected]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP