diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /qmake/generators/mac | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'qmake/generators/mac')
-rw-r--r-- | qmake/generators/mac/metrowerks_xml.cpp | 6 | ||||
-rw-r--r-- | qmake/generators/mac/pbuilder_pbx.cpp | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/qmake/generators/mac/metrowerks_xml.cpp b/qmake/generators/mac/metrowerks_xml.cpp index 9633ef3d1..00260f8e3 100644 --- a/qmake/generators/mac/metrowerks_xml.cpp +++ b/qmake/generators/mac/metrowerks_xml.cpp @@ -38,9 +38,9 @@ #include "metrowerks_xml.h" #include "option.h" -#include <qdir.h> -#include <qdict.h> -#include <qregexp.h> +#include <ntqdir.h> +#include <ntqdict.h> +#include <ntqregexp.h> #include <stdlib.h> #include <time.h> #if !defined(TQWS) && defined(Q_OS_MAC) diff --git a/qmake/generators/mac/pbuilder_pbx.cpp b/qmake/generators/mac/pbuilder_pbx.cpp index ebbcb3ce9..04c8ab8e0 100644 --- a/qmake/generators/mac/pbuilder_pbx.cpp +++ b/qmake/generators/mac/pbuilder_pbx.cpp @@ -39,9 +39,9 @@ #include "pbuilder_pbx.h" #include "option.h" #include "meta.h" -#include <qdir.h> -#include <qdict.h> -#include <qregexp.h> +#include <ntqdir.h> +#include <ntqdict.h> +#include <ntqregexp.h> #include <stdlib.h> #include <time.h> #include "qtmd5.h" |