summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtoolbox.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtoolbox.3qt')
-rw-r--r--doc/man/man3/tqtoolbox.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtoolbox.3qt b/doc/man/man3/tqtoolbox.3qt
index 51e96a3fa..e62b43174 100644
--- a/doc/man/man3/tqtoolbox.3qt
+++ b/doc/man/man3/tqtoolbox.3qt
@@ -146,7 +146,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
.PP
Inserts the widget \fIitem\fR at position \fIindex\fR, or at the bottom of the toolbox if \fIindex\fR is out of range. The new item's label is set to \fIlabel\fR. Returns the new item's index.
.SH "bool TQToolBox::isItemEnabled ( int index ) const"
-Returns TRUE if the item at position \fIindex\fR is enabled; otherwise returns FALSE.
+Returns true if the item at position \fIindex\fR is enabled; otherwise returns false.
.SH "TQWidget * TQToolBox::item ( int index ) const"
Returns the item at position \fIindex\fR, or 0 if there is no such item.
.SH "TQIconSet TQToolBox::itemIconSet ( int index ) const"
@@ -166,7 +166,7 @@ Sets the index of the current item, or -1 if the toolbox is empty to \fIindex\fR
.SH "void TQToolBox::setCurrentItem ( TQWidget * item )"
Sets the current item to be \fIitem\fR.
.SH "void TQToolBox::setItemEnabled ( int index, bool enabled )"
-If \fIenabled\fR is TRUE then the item at position \fIindex\fR is enabled; otherwise item \fIindex\fR is disabled.
+If \fIenabled\fR is true then the item at position \fIindex\fR is enabled; otherwise item \fIindex\fR is disabled.
.SH "void TQToolBox::setItemIconSet ( int index, const TQIconSet & iconSet )"
Sets the icon of the item at position \fIindex\fR to \fIiconSet\fR.
.SH "void TQToolBox::setItemLabel ( int index, const TQString & label )"