diff options
author | Michele Calgaro <[email protected]> | 2023-11-18 15:42:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-19 23:47:08 +0900 |
commit | 541b90072523725854cb5d61f1bdce50dbcc6b31 (patch) | |
tree | 1452a8b6fbf1e91be0d2e5af7edf31b102b01fc6 /doc/charinput-qws.doc | |
parent | d73937a9f779e2aafa6c392f94c9c29aa32b78fd (diff) | |
download | tqt3-541b90072523725854cb5d61f1bdce50dbcc6b31.tar.gz tqt3-541b90072523725854cb5d61f1bdce50dbcc6b31.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 089d5266f0fbf9be6612e9c5f92a3f008f29241c)
Diffstat (limited to 'doc/charinput-qws.doc')
-rw-r--r-- | doc/charinput-qws.doc | 4 |
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} |