diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /src/kernel/ntqt.h | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/ntqt.h')
-rw-r--r-- | src/kernel/ntqt.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 876d07c1f..3e62736f3 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -36,7 +36,7 @@ #include "tqpair.h" #include "ntqpoint.h" #include <stdio.h> -#include "ntqtextstream.h" +#include "tqtextstream.h" #include "ntqfontinfo.h" #include "ntqsizepolicy.h" #include "ntqtl.h" @@ -65,7 +65,7 @@ #include "ntqpalette.h" #include "tqwidget.h" #include "ntqjpunicode.h" -#include "ntqtextcodec.h" +#include "tqtextcodec.h" #include "ntqpixmap.h" #include <ntqtabbar.h> #include "ntqiconset.h" @@ -224,18 +224,18 @@ #include <ntqinterlacestyle.h> #include <ntqstylefactory.h> #include <ntqstyleplugin.h> -#include "ntqtextedit.h" +#include "tqtextedit.h" #include <ntqsyntaxhighlighter.h> #include <ntqtabdialog.h> #include "tqsqleditorfactory.h" #include <ntqtabwidget.h> -#include <ntqtextbrowser.h> +#include <tqtextbrowser.h> #include <ntqbig5codec.h> -#include <ntqtextcodecfactory.h> -#include <ntqtextcodecplugin.h> +#include <tqtextcodecfactory.h> +#include <tqtextcodecplugin.h> #include <ntqmultilineedit.h> #include "ntqtoolbar.h" -#include <ntqtextview.h> +#include <tqtextview.h> #include "ntqwaitcondition.h" #include <ntqasyncio.h> #include <ntqfontdatabase.h> @@ -295,7 +295,7 @@ #include "private/qrichtext_p.h" #include "private/qsvgdevice_p.h" #include "private/qfontcodecs_p.h" -#include "private/qtextcodecinterface_p.h" +#include "private/tqtextcodecinterface_p.h" #include "private/qpsprinter_p.h" #include "private/qtitlebar_p.h" #include "private/qucom_p.h" @@ -325,7 +325,7 @@ #endif #ifdef TQ_WS_QWS -#include <private/qtextengine_p.h> +#include <private/tqtextengine_p.h> #include "qfontmanager_qws.h" #include <qfontfactorybdf_qws.h> #include <qgfxvoodoodefs_qws.h> |