diff options
Diffstat (limited to 'doc/man/man3/tqtextbrowser.3qt')
-rw-r--r-- | doc/man/man3/tqtextbrowser.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtextbrowser.3qt b/doc/man/man3/tqtextbrowser.3qt index 993be522b..2b69820bb 100644 --- a/doc/man/man3/tqtextbrowser.3qt +++ b/doc/man/man3/tqtextbrowser.3qt @@ -132,7 +132,7 @@ See also forward() and backwardAvailable(). .PP Example: helpviewer/helpwindow.cpp. .SH "void TQTextBrowser::backwardAvailable ( bool available )\fC [signal]\fR" -This signal is emitted when the availability of backward() changes. \fIavailable\fR is FALSE when the user is at home(); otherwise it is TRUE. +This signal is emitted when the availability of backward() changes. \fIavailable\fR is false when the user is at home(); otherwise it is true. .PP Example: helpviewer/helpwindow.cpp. .SH "void TQTextBrowser::forward ()\fC [virtual slot]\fR" @@ -142,7 +142,7 @@ See also backward() and forwardAvailable(). .PP Example: helpviewer/helpwindow.cpp. .SH "void TQTextBrowser::forwardAvailable ( bool available )\fC [signal]\fR" -This signal is emitted when the availability of forward() changes. \fIavailable\fR is TRUE after the user navigates backward() and FALSE when the user navigates or goes forward(). +This signal is emitted when the availability of forward() changes. \fIavailable\fR is true after the user navigates backward() and false when the user navigates or goes forward(). .PP Example: helpviewer/helpwindow.cpp. .SH "void TQTextBrowser::highlighted ( const TQString & link )\fC [signal]\fR" |