diff options
Diffstat (limited to 'doc/man/man3/tqimevent.3qt')
-rw-r--r-- | doc/man/man3/tqimevent.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqimevent.3qt b/doc/man/man3/tqimevent.3qt index 2eb3ac3b6..f41ad32e8 100644 --- a/doc/man/man3/tqimevent.3qt +++ b/doc/man/man3/tqimevent.3qt @@ -9,9 +9,9 @@ .SH NAME QIMEvent \- Parameters for input method events .SH SYNOPSIS -\fC#include <ntqevent.h>\fR +\fC#include <tqevent.h>\fR .PP -Inherits QEvent. +Inherits TQEvent. .PP .SS "Public Members" .in +1c @@ -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 "QIMEvent::QIMEvent ( Type type, const TQString & text, int cursorPosition )" -Constructs a new QIMEvent with the accept flag set to FALSE. \fItype\fR can be one of QEvent::IMStartEvent, QEvent::IMComposeEvent or QEvent::IMEndEvent. \fItext\fR contains the current compostion string and \fIcursorPosition\fR the current position of the cursor inside \fItext\fR. +Constructs a new QIMEvent 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 QIMEvent::accept ()" Sets the accept flag of the input method event object. .PP |