diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-30 14:18:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-01 12:11:47 +0900 |
commit | c113da2069b66130f67a0f27c699e1cec83588a5 (patch) | |
tree | db98a4d4c3e15bce9614a07af8874c3c2febfd9b /src/kernel/ntqt.h | |
parent | aeefd3fe454bfaed093355278b1e2caa84bfd77a (diff) | |
download | tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.tar.gz tqt3-c113da2069b66130f67a0f27c699e1cec83588a5.zip |
Rename codec nt* related files to equivalent tq*.
The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/ntqt.h')
-rw-r--r-- | src/kernel/ntqt.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 41b65486d..fefc761e2 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -64,7 +64,7 @@ #include "ntqbrush.h" #include "ntqpalette.h" #include "tqwidget.h" -#include "ntqjpunicode.h" +#include "tqjpunicode.h" #include "tqtextcodec.h" #include "ntqpixmap.h" #include <ntqtabbar.h> @@ -84,8 +84,8 @@ #include "ntqdockwindow.h" #include "ntqcommonstyle.h" #include "ntqnetworkprotocol.h" -#include <ntqeuckrcodec.h> -#include <ntqgb18030codec.h> +#include <tqeuckrcodec.h> +#include <tqgb18030codec.h> #include "ntqgcache.h" #include <ntqgif.h> #include <ntqglcolormap.h> @@ -112,8 +112,8 @@ #include "ntqintdict.h" #include "ntqmotifstyle.h" #include "ntqpicture.h" -#include <ntqjiscodec.h> -#include <ntqeucjpcodec.h> +#include <tqjiscodec.h> +#include <tqeucjpcodec.h> #include <ntqkeycode.h> #include <ntqaccel.h> #include "ntqlabel.h" @@ -175,7 +175,7 @@ #include <ntqdockarea.h> #include "ntqregexp.h" #include <ntqclipboard.h> -#include <ntqrtlcodec.h> +#include <tqhebrewcodec.h> #include <ntqlistbox.h> #include <ntqgridview.h> #include "tqsemaphore.h" @@ -192,7 +192,7 @@ #include "ntqwmatrix.h" #include <ntqsizegrip.h> #include <ntqabstractlayout.h> -#include <ntqsjiscodec.h> +#include <tqsjiscodec.h> #include <ntqslider.h> #include <ntqsocket.h> #include <ntqserversocket.h> @@ -230,7 +230,7 @@ #include "tqsqleditorfactory.h" #include <ntqtabwidget.h> #include <tqtextbrowser.h> -#include <ntqbig5codec.h> +#include <tqbig5codec.h> #include <tqtextcodecfactory.h> #include <tqtextcodecplugin.h> #include <ntqmultilineedit.h> @@ -243,11 +243,11 @@ #include <ntqtoolbox.h> #include <ntqtooltip.h> #include "ntqdesktopwidget.h" -#include <ntqtsciicodec.h> +#include <tqtsciicodec.h> #include "ntqurl.h" #include "ntqurloperator.h" #include <ntqfiledialog.h> -#include <ntqutfcodec.h> +#include <tqutfcodec.h> #include <ntquuid.h> #include <ntqvalidator.h> #include <ntqasyncimageio.h> @@ -277,7 +277,7 @@ #include <private/qucom_p.h> #include "private/qcom_p.h" #include "private/tqimageformatinterface_p.h" -#include "private/qisciicodec_p.h" +#include "private/tqisciicodec_p.h" #include "private/qlayoutengine_p.h" #include "private/qcomlibrary_p.h" #include "private/qeffects_p.h" @@ -290,7 +290,7 @@ #include "private/tqstyleinterface_p.h" #include "private/qrichtext_p.h" #include "private/qsvgdevice_p.h" -#include "private/qfontcodecs_p.h" +#include "private/tqfontcodecs_p.h" #include "private/tqtextcodecinterface_p.h" #include "private/qpsprinter_p.h" #include "private/qtitlebar_p.h" |