diff options
Diffstat (limited to 'qmake/main.cpp')
-rw-r--r-- | qmake/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qmake/main.cpp b/qmake/main.cpp index 9ff668cb6..ac65f5ca8 100644 --- a/qmake/main.cpp +++ b/qmake/main.cpp @@ -40,9 +40,9 @@ #include "property.h" #include "option.h" #include "makefile.h" -#include <qnamespace.h> -#include <qregexp.h> -#include <qdir.h> +#include <ntqnamespace.h> +#include <ntqregexp.h> +#include <ntqdir.h> #include <stdio.h> #include <stdlib.h> #include <ctype.h> |