diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /ChangeLog.immodule | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ChangeLog.immodule')
-rw-r--r-- | ChangeLog.immodule | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.immodule b/ChangeLog.immodule index 098cc0016..0d62b0222 100644 --- a/ChangeLog.immodule +++ b/ChangeLog.immodule @@ -253,7 +253,7 @@ 2004-08-17 YamaKen <yamaken@bp.iij4u.or.jp> - * src/kernel/ntqnamespace.h + * src/kernel/qnamespace.h - (Qt::Key) Add a comment about Korean-specific keyboard support based on the information from Choe Hwanjin. Thanks for the information. See following discussion for further @@ -902,7 +902,7 @@ "deleteLater" is safer then "delete" QObject directly 2004-07-30 YamaKen <yamaken@bp.iij4u.or.jp> - * src/kernel/ntqnamespace.h + * src/kernel/qnamespace.h - (Qt::Key): * Replace dead key values with new one to avoid keycode conflict * Add a comment about the latin 1 keycodes @@ -1181,7 +1181,7 @@ 2004-07-22 Kazuki Ohta <mover@hct.zaq.ne.jp> - * kernel/qapplication_x11.cpp, kernel/ntqnamespace.h + * kernel/qapplication_x11.cpp, kernel/qnamespace.h - add dead key entries 2004-07-22 YamaKen <yamaken@bp.iij4u.or.jp> |