summaryrefslogtreecommitdiffstats
path: root/src/moc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 12:20:38 +0900
committerMichele Calgaro <[email protected]>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /src/moc
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt3-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.pro2
-rw-r--r--src/moc/moc.y2
-rw-r--r--src/moc/moc_yacc.cpp2
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