summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimevent.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqimevent.3qt')
-rw-r--r--doc/man/man3/tqimevent.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqimevent.3qt b/doc/man/man3/tqimevent.3qt
index 49593eaf3..396e8bdf1 100644
--- a/doc/man/man3/tqimevent.3qt
+++ b/doc/man/man3/tqimevent.3qt
@@ -73,7 +73,7 @@ If the user clicks another widget, taking the focus out of the widget where the
See also Event Classes.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQIMEvent::TQIMEvent ( Type type, const TQString & text, int cursorPosition )"
-Constructs a new TQIMEvent with the accept flag set to FALSE. \fItype\fR can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent or TQEvent::IMEndEvent. \fItext\fR contains the current compostion string and \fIcursorPosition\fR the current position of the cursor inside \fItext\fR.
+Constructs a new TQIMEvent with the accept flag set to false. \fItype\fR can be one of TQEvent::IMStartEvent, TQEvent::IMComposeEvent or TQEvent::IMEndEvent. \fItext\fR contains the current compostion string and \fIcursorPosition\fR the current position of the cursor inside \fItext\fR.
.SH "void TQIMEvent::accept ()"
Sets the accept flag of the input method event object.
.PP
@@ -93,7 +93,7 @@ The accept flag is cleared by default.
.PP
See also accept().
.SH "bool TQIMEvent::isAccepted () const"
-Returns TRUE if the receiver of the event processed the event; otherwise returns FALSE.
+Returns true if the receiver of the event processed the event; otherwise returns false.
.SH "int TQIMEvent::selectionLength () const"
Returns the number of characters in the composition string ( starting at cursorPos() ) that should be marked as selected by the input widget receiving the event. Will return 0 for IMStartEvent and IMEndEvent.
.SH "const TQString & TQIMEvent::text () const"