summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqfocusevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqfocusevent.3qt')
-rw-r--r--doc/man/man3/tqfocusevent.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqfocusevent.3qt b/doc/man/man3/tqfocusevent.3qt
index 88f87ad48..50d487ff1 100644
--- a/doc/man/man3/tqfocusevent.3qt
+++ b/doc/man/man3/tqfocusevent.3qt
@@ -75,9 +75,9 @@ Constructs a focus event object.
.PP
The \fItype\fR parameter must be either QEvent::FocusIn or QEvent::FocusOut.
.SH "bool QFocusEvent::gotFocus () const"
-Returns TRUE if the widget received the text input focus; otherwise returns FALSE.
+Returns true if the widget received the text input focus; otherwise returns false.
.SH "bool QFocusEvent::lostFocus () const"
-Returns TRUE if the widget lost the text input focus; otherwise returns FALSE.
+Returns true if the widget lost the text input focus; otherwise returns false.
.SH "Reason QFocusEvent::reason ()\fC [static]\fR"
Returns the reason for this focus event.
.PP