From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/moc/moc.l | 2 +- src/moc/moc.pro | 4 ++-- src/moc/moc.y | 2 +- src/moc/moc_lex.cpp | 2 +- src/moc/moc_yacc.cpp | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/moc') diff --git a/src/moc/moc.l b/src/moc/moc.l index 868f9c0a..b5388077 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 f053ae33..e2f92ef1 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 222ff3f2..0d675fbc 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 c5f29d5f..0fcd62c2 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 07406ced..d070c423 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 -- cgit v1.2.3