diff options
Diffstat (limited to 'doc/man/man3/tqtab.3qt')
-rw-r--r-- | doc/man/man3/tqtab.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtab.3qt b/doc/man/man3/tqtab.3qt index dd6140fa1..df1789bce 100644 --- a/doc/man/man3/tqtab.3qt +++ b/doc/man/man3/tqtab.3qt @@ -78,11 +78,11 @@ Return the TQIconSet of the TQTab. .SH "int TQTab::identifier () const" Return the TQTab's identifier. .SH "bool TQTab::isEnabled () const" -Returns TRUE if the TQTab is enabled; otherwise returns FALSE. +Returns true if the TQTab is enabled; otherwise returns false. .SH "TQRect TQTab::rect () const" Return the TQRect for the TQTab. .SH "void TQTab::setEnabled ( bool enable )" -If \fIenable\fR is TRUE enable the TQTab, otherwise disable it. +If \fIenable\fR is true enable the TQTab, otherwise disable it. .SH "void TQTab::setIconSet ( const TQIconSet & icon )" Sets the tab's iconset to \fIicon\fR .SH "void TQTab::setIdentifier ( int i )" |