diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /src/codecs | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/codecs')
-rw-r--r-- | src/codecs/ntqtextcodec.h | 2 | ||||
-rw-r--r-- | src/codecs/ntqtextcodecfactory.h | 2 | ||||
-rw-r--r-- | src/codecs/ntqtextcodecplugin.h | 2 | ||||
-rw-r--r-- | src/codecs/qtextcodec.cpp | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/codecs/ntqtextcodec.h b/src/codecs/ntqtextcodec.h index 6d0267603..f5554d261 100644 --- a/src/codecs/ntqtextcodec.h +++ b/src/codecs/ntqtextcodec.h @@ -42,7 +42,7 @@ #define TQTEXTCODEC_H #ifndef QT_H -#include "ntqstring.h" +#include "tqstring.h" #endif // QT_H #ifndef TQT_NO_TEXTCODEC diff --git a/src/codecs/ntqtextcodecfactory.h b/src/codecs/ntqtextcodecfactory.h index 621e2e01b..74cca82ca 100644 --- a/src/codecs/ntqtextcodecfactory.h +++ b/src/codecs/ntqtextcodecfactory.h @@ -40,7 +40,7 @@ #define TQTEXTCODECFACTORY_H #ifndef QT_H -#include "ntqstringlist.h" +#include "tqstringlist.h" #endif // QT_H #ifndef TQT_NO_TEXTCODEC diff --git a/src/codecs/ntqtextcodecplugin.h b/src/codecs/ntqtextcodecplugin.h index 094290545..13a83733d 100644 --- a/src/codecs/ntqtextcodecplugin.h +++ b/src/codecs/ntqtextcodecplugin.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "ntqgplugin.h" -#include "ntqstringlist.h" +#include "tqstringlist.h" #endif // QT_H #ifndef TQT_NO_TEXTCODECPLUGIN diff --git a/src/codecs/qtextcodec.cpp b/src/codecs/qtextcodec.cpp index 6c83640fd..632dface1 100644 --- a/src/codecs/qtextcodec.cpp +++ b/src/codecs/qtextcodec.cpp @@ -67,8 +67,8 @@ #include "ntqsjiscodec.h" #endif // TQT_NO_BIG_CODECS #include "ntqfile.h" -#include "ntqstrlist.h" -#include "ntqstring.h" +#include "tqstrlist.h" +#include "tqstring.h" #include "../tools/qlocale_p.h" #if !defined(TQT_NO_CODECS) && !defined(TQT_NO_BIG_CODECS) && defined(TQ_WS_X11) |