diff options
Diffstat (limited to 'qmake/generators/mac/pbuilder_pbx.cpp')
-rw-r--r-- | qmake/generators/mac/pbuilder_pbx.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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" |