summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqkeyevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 21:06:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /doc/man/man3/tqkeyevent.3qt
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz
tqt-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqkeyevent.3qt')
-rw-r--r--doc/man/man3/tqkeyevent.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqkeyevent.3qt b/doc/man/man3/tqkeyevent.3qt
index 64d318e43..cf0162beb 100644
--- a/doc/man/man3/tqkeyevent.3qt
+++ b/doc/man/man3/tqkeyevent.3qt
@@ -9,9 +9,9 @@
.SH NAME
QKeyEvent \- Describes a key event
.SH SYNOPSIS
-\fC#include <ntqevent.h>\fR
+\fC#include <tqevent.h>\fR
.PP
-Inherits QEvent.
+Inherits TQEvent.
.PP
.SS "Public Members"
.in +1c
@@ -65,7 +65,7 @@ See also QFocusEvent, TQWidget::grabKeyboard(), and Event Classes.
.SH "QKeyEvent::QKeyEvent ( Type type, int key, int ascii, int state, const TQString & text = TQString::null, bool autorep = FALSE, ushort count = 1 )"
Constructs a key event object.
.PP
-The \fItype\fR parameter must be QEvent::KeyPress or QEvent::KeyRelease. If \fIkey\fR is 0 the event is not a result of a known key (e.g. it may be the result of a compose sequence or keyboard macro). \fIascii\fR is the ASCII code of the key that was pressed or released. \fIstate\fR holds the keyboard modifiers. \fItext\fR is the Unicode text that the key generated. If \fIautorep\fR is TRUE, isAutoRepeat() will be TRUE. \fIcount\fR is the number of single keys.
+The \fItype\fR parameter must be TQEvent::KeyPress or TQEvent::KeyRelease. If \fIkey\fR is 0 the event is not a result of a known key (e.g. it may be the result of a compose sequence or keyboard macro). \fIascii\fR is the ASCII code of the key that was pressed or released. \fIstate\fR holds the keyboard modifiers. \fItext\fR is the Unicode text that the key generated. If \fIautorep\fR is TRUE, isAutoRepeat() will be TRUE. \fIcount\fR is the number of single keys.
.PP
The accept flag is set to TRUE.
.SH "void QKeyEvent::accept ()"