diff options
Diffstat (limited to 'doc/man/man3/tqaccel.3qt')
-rw-r--r-- | doc/man/man3/tqaccel.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqaccel.3qt b/doc/man/man3/tqaccel.3qt index 7373921e7..fa8ad6aef 100644 --- a/doc/man/man3/tqaccel.3qt +++ b/doc/man/man3/tqaccel.3qt @@ -224,11 +224,11 @@ If \fIid\fR is negative, then the item will be assigned a unique negative identi .PP Example: t14/gamebrd.cpp. .SH "bool TQAccel::isEnabled () const" -Returns TRUE if the accelerator is enabled; otherwise returns FALSE. +Returns true if the accelerator is enabled; otherwise returns false. .PP See also setEnabled() and isItemEnabled(). .SH "bool TQAccel::isItemEnabled ( int id ) const" -Returns TRUE if the accelerator item with the identifier \fIid\fR is enabled. Returns FALSE if the item is disabled or cannot be found. +Returns true if the accelerator item with the identifier \fIid\fR is enabled. Returns false if the item is disabled or cannot be found. .PP See also setItemEnabled() and isEnabled(). .SH "TQKeySequence TQAccel::key ( int id )" @@ -244,13 +244,13 @@ Removes the accelerator item with the identifier \fIid\fR. .SH "void TQAccel::repairEventFilter ()" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. serves no purpose anymore .SH "void TQAccel::setEnabled ( bool enable )" -Enables the accelerator if \fIenable\fR is TRUE, or disables it if \fIenable\fR is FALSE. +Enables the accelerator if \fIenable\fR is true, or disables it if \fIenable\fR is false. .PP Individual keys can also be enabled or disabled using setItemEnabled(). To work, a key must be an enabled item in an enabled TQAccel. .PP See also isEnabled() and setItemEnabled(). .SH "void TQAccel::setItemEnabled ( int id, bool enable )" -Enables the accelerator item with the identifier \fIid\fR if \fIenable\fR is TRUE, and disables item \fIid\fR if \fIenable\fR is FALSE. +Enables the accelerator item with the identifier \fIid\fR if \fIenable\fR is true, and disables item \fIid\fR if \fIenable\fR is false. .PP To work, an item must be enabled and be in an enabled TQAccel. .PP |