diff options
author | Michele Calgaro <[email protected]> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /plugins/src/inputmethods | |
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 <[email protected]>
Diffstat (limited to 'plugins/src/inputmethods')
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/src/inputmethods/imsw-multi/qmultiinputcontext.h b/plugins/src/inputmethods/imsw-multi/qmultiinputcontext.h index 04f1c988c..aaf16506b 100644 --- a/plugins/src/inputmethods/imsw-multi/qmultiinputcontext.h +++ b/plugins/src/inputmethods/imsw-multi/qmultiinputcontext.h @@ -45,7 +45,7 @@ #ifndef TQT_NO_IM -#include <ntqnamespace.h> +#include <tqnamespace.h> #include <tqwidget.h> #include <tqinputcontext.h> #include <tqguardedptr.h> diff --git a/plugins/src/inputmethods/simple/composetable.cpp b/plugins/src/inputmethods/simple/composetable.cpp index 0a0552124..99a3e0ae7 100644 --- a/plugins/src/inputmethods/simple/composetable.cpp +++ b/plugins/src/inputmethods/simple/composetable.cpp @@ -51,7 +51,7 @@ #include "qsimpleinputcontext.h" -#include <ntqnamespace.h> +#include <tqnamespace.h> static const TQComposeTableElement defaultTable[] = { // /* broken */ { {0x0000, 0x0000, 0, 0, 0, 0}, 0x1eda }, // U1EDA # LATIN CAPITAL LETTER O WITH HORN AND ACUTE diff --git a/plugins/src/inputmethods/simple/qsimpleinputcontext.cpp b/plugins/src/inputmethods/simple/qsimpleinputcontext.cpp index ea5e71beb..6088eeaca 100644 --- a/plugins/src/inputmethods/simple/qsimpleinputcontext.cpp +++ b/plugins/src/inputmethods/simple/qsimpleinputcontext.cpp @@ -42,7 +42,7 @@ #include "qsimpleinputcontext.h" -#include <ntqnamespace.h> +#include <tqnamespace.h> #include <tqevent.h> #include <tqglobal.h> #include <algorithm> diff --git a/plugins/src/inputmethods/simple/qsimpleinputcontext.h b/plugins/src/inputmethods/simple/qsimpleinputcontext.h index 8935fd6fe..fb3faaefe 100644 --- a/plugins/src/inputmethods/simple/qsimpleinputcontext.h +++ b/plugins/src/inputmethods/simple/qsimpleinputcontext.h @@ -44,7 +44,7 @@ #define TQSIMPLEINPUT_CONTEXT_H #include <tqinputcontext.h> -#include <ntqnamespace.h> +#include <tqnamespace.h> #define QT_KEYSEQUENCE_MAX_LEN 6 #define UNITIZE(tqkey) (0x02000000|tqkey) |