summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistbox.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:33:47 +0900
commit089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch)
treee2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqlistbox.3qt
parentd21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff)
downloadtqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz
tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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