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/moc | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/moc')
-rw-r--r-- | src/moc/moc.l | 2 | ||||
-rw-r--r-- | src/moc/moc.pro | 4 | ||||
-rw-r--r-- | src/moc/moc.y | 2 | ||||
-rw-r--r-- | src/moc/moc_lex.cpp | 2 | ||||
-rw-r--r-- | src/moc/moc_yacc.cpp | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/moc/moc.l b/src/moc/moc.l index 868f9c0a6..b5388077f 100644 --- a/src/moc/moc.l +++ b/src/moc/moc.l @@ -65,7 +65,7 @@ long buf_size_total = 0, buf_index = 0; } #endif -#include "ntqstring.h" +#include "tqstring.h" #define input yyinput // yyinput in C++ diff --git a/src/moc/moc.pro b/src/moc/moc.pro index f053ae338..e2f92ef17 100644 --- a/src/moc/moc.pro +++ b/src/moc/moc.pro @@ -27,10 +27,10 @@ SOURCES = ../tools/qbuffer.cpp \ ../tools/qgvector.cpp \ ../tools/qiodevice.cpp \ ../tools/qregexp.cpp \ - ../tools/qstring.cpp \ + ../tools/tqstring.cpp \ ../tools/qlocale.cpp \ ../tools/qunicodetables.cpp \ - ../tools/qstringlist.cpp \ + ../tools/tqstringlist.cpp \ ../tools/qtextstream.cpp \ ../tools/qbitarray.cpp \ ../tools/tqmap.cpp \ diff --git a/src/moc/moc.y b/src/moc/moc.y index 222ff3f27..0d675fbc7 100644 --- a/src/moc/moc.y +++ b/src/moc/moc.y @@ -66,7 +66,7 @@ void yyerror( const char *msg ); #include "ntqdir.h" #include "tqptrlist.h" #include "ntqregexp.h" -#include "ntqstrlist.h" +#include "tqstrlist.h" #ifdef MOC_MWERKS_PLUGIN # ifdef Q_OS_MACX # undef OLD_DEBUG diff --git a/src/moc/moc_lex.cpp b/src/moc/moc_lex.cpp index c5f29d5fc..0fcd62c21 100644 --- a/src/moc/moc_lex.cpp +++ b/src/moc/moc_lex.cpp @@ -1010,7 +1010,7 @@ long buf_size_total = 0, buf_index = 0; } #endif -#include "ntqstring.h" +#include "tqstring.h" #define input yyinput // yyinput in C++ diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp index 07406ceda..d070c4230 100644 --- a/src/moc/moc_yacc.cpp +++ b/src/moc/moc_yacc.cpp @@ -79,7 +79,7 @@ void yyerror( const char *msg ); #include "ntqdir.h" #include "tqptrlist.h" #include "ntqregexp.h" -#include "ntqstrlist.h" +#include "tqstrlist.h" #ifdef MOC_MWERKS_PLUGIN # ifdef Q_OS_MACX # undef OLD_DEBUG |