diff options
Diffstat (limited to 'qmake/generators/unix/unixmake.cpp')
-rw-r--r-- | qmake/generators/unix/unixmake.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index b10d720eb..dad6ca7d4 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -39,9 +39,9 @@ #include "unixmake.h" #include "option.h" #include <tqregexp.h> -#include <ntqfile.h> +#include <tqfile.h> #include <tqdict.h> -#include <ntqdir.h> +#include <tqdir.h> #include <time.h> |