summaryrefslogtreecommitdiffstats
path: root/doc/charinput-qws.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:33:47 +0900
commit089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch)
treee2c5625c37ba83b0848bbb212a45995ceec84139 /doc/charinput-qws.doc
parentd21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff)
downloadtqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz
tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/charinput-qws.doc')
-rw-r--r--doc/charinput-qws.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/charinput-qws.doc b/doc/charinput-qws.doc
index acb8d43d2..e8511e39b 100644
--- a/doc/charinput-qws.doc
+++ b/doc/charinput-qws.doc
@@ -51,8 +51,8 @@ following fields:
\row \i \c{keycode}
\i TQt keycode value as defined in \c ntqnamespace.h
\row \i \c{modifier}
- \i A bitfield consisting of some of \c Qt::ShiftButton,
- \c Qt::ControlButton, and \c Qt::AltButton.
+ \i A bitfield consisting of some of \c TQt::ShiftButton,
+ \c TQt::ControlButton, and \c TQt::AltButton.
\row \i \c{is_press}
\i TRUE if this is a key press, FALSE if it is a key release.
\row \i \c{is_auto_repeat}