diff options
Diffstat (limited to 'qmake/generators/unix')
-rw-r--r-- | qmake/generators/unix/unixmake.cpp | 4 | ||||
-rw-r--r-- | qmake/generators/unix/unixmake2.cpp | 4 |
2 files changed, 4 insertions, 4 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> diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp index cbb96d02d..347186d75 100644 --- a/qmake/generators/unix/unixmake2.cpp +++ b/qmake/generators/unix/unixmake2.cpp @@ -40,8 +40,8 @@ #include "option.h" #include "meta.h" #include <tqregexp.h> -#include <ntqfile.h> -#include <ntqdir.h> +#include <tqfile.h> +#include <tqdir.h> #include <time.h> TQString mkdir_p_asstring(const TQString &dir); |