diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /src/moc | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/moc')
-rw-r--r-- | src/moc/moc.pro | 2 | ||||
-rw-r--r-- | src/moc/moc.y | 2 | ||||
-rw-r--r-- | src/moc/moc_yacc.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/moc/moc.pro b/src/moc/moc.pro index 6871d9d93..f053ae338 100644 --- a/src/moc/moc.pro +++ b/src/moc/moc.pro @@ -13,7 +13,7 @@ DEPENDPATH += $$QT_SOURCE_TREE/include ../tools . LIBS = OBJECTS_DIR = . SOURCES = ../tools/qbuffer.cpp \ - ../tools/qptrcollection.cpp \ + ../tools/tqptrcollection.cpp \ ../tools/qcstring.cpp \ ../tools/qdatastream.cpp \ ../tools/qdatetime.cpp \ diff --git a/src/moc/moc.y b/src/moc/moc.y index 796647595..222ff3f27 100644 --- a/src/moc/moc.y +++ b/src/moc/moc.y @@ -64,7 +64,7 @@ void yyerror( const char *msg ); #include "ntqdict.h" #include "ntqfile.h" #include "ntqdir.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqregexp.h" #include "ntqstrlist.h" #ifdef MOC_MWERKS_PLUGIN diff --git a/src/moc/moc_yacc.cpp b/src/moc/moc_yacc.cpp index d6b97ad85..07406ceda 100644 --- a/src/moc/moc_yacc.cpp +++ b/src/moc/moc_yacc.cpp @@ -77,7 +77,7 @@ void yyerror( const char *msg ); #include "ntqdict.h" #include "ntqfile.h" #include "ntqdir.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqregexp.h" #include "ntqstrlist.h" #ifdef MOC_MWERKS_PLUGIN |