diff options
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 |