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 /plugins/src | |
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 'plugins/src')
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/src/accessible/widgets/tqaccessiblewidget.cpp b/plugins/src/accessible/widgets/tqaccessiblewidget.cpp index 99310dd89..2aedf5468 100644 --- a/plugins/src/accessible/widgets/tqaccessiblewidget.cpp +++ b/plugins/src/accessible/widgets/tqaccessiblewidget.cpp @@ -21,7 +21,7 @@ #include <tqheader.h> #include <tqtabbar.h> #include <tqcombobox.h> -#include <ntqrangecontrol.h> +#include <tqrangecontrol.h> #include <tqlistbox.h> #include <tqlistview.h> #include <tqiconview.h> diff --git a/plugins/src/imageformats/mng/main.cpp b/plugins/src/imageformats/mng/main.cpp index c26729873..dee984499 100644 --- a/plugins/src/imageformats/mng/main.cpp +++ b/plugins/src/imageformats/mng/main.cpp @@ -5,7 +5,7 @@ #ifdef TQT_NO_IMAGEIO_MNG #undef TQT_NO_IMAGEIO_MNG #endif -#include "../../../../src/kernel/qmngio.cpp" +#include "../../../../src/kernel/tqmngio.cpp" class MNGFormat : public TQImageFormatPlugin { diff --git a/plugins/src/imageformats/mng/mng.pro b/plugins/src/imageformats/mng/mng.pro index 2c39f9412..60049351b 100644 --- a/plugins/src/imageformats/mng/mng.pro +++ b/plugins/src/imageformats/mng/mng.pro @@ -1,5 +1,5 @@ TEMPLATE = lib -TARGET += qmng +TARGET += tqmng CONFIG += qt plugin DESTDIR = ../../../imageformats 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) |