summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/generators/makefile.cpp')
-rw-r--r--qmake/generators/makefile.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index c769e93e..476e9f9b 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
@@ -39,11 +39,11 @@
#include "makefile.h"
#include "option.h"
#include "meta.h"
-#include <qdir.h>
-#include <qfile.h>
-#include <qtextstream.h>
-#include <qregexp.h>
-#include <qdict.h>
+#include <ntqdir.h>
+#include <ntqfile.h>
+#include <ntqtextstream.h>
+#include <ntqregexp.h>
+#include <ntqdict.h>
#if defined(Q_OS_UNIX)
#include <unistd.h>
#else