diff options
Diffstat (limited to 'qmake/property.cpp')
-rw-r--r-- | qmake/property.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qmake/property.cpp b/qmake/property.cpp index 7450688f7..846b45128 100644 --- a/qmake/property.cpp +++ b/qmake/property.cpp @@ -38,10 +38,10 @@ #include "property.h" #include "option.h" -#include <qsettings.h> -#include <qdir.h> -#include <qmap.h> -#include <qstringlist.h> +#include <ntqsettings.h> +#include <ntqdir.h> +#include <ntqmap.h> +#include <ntqstringlist.h> #include <stdio.h> TQStringList qmake_mkspec_paths(); //project.cpp |