From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- qmake/generators/unix/unixmake.cpp | 4 ++-- qmake/generators/unix/unixmake2.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'qmake/generators/unix') diff --git a/qmake/generators/unix/unixmake.cpp b/qmake/generators/unix/unixmake.cpp index a3532f971..b10d720eb 100644 --- a/qmake/generators/unix/unixmake.cpp +++ b/qmake/generators/unix/unixmake.cpp @@ -38,9 +38,9 @@ #include "unixmake.h" #include "option.h" -#include +#include #include -#include +#include #include #include diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp index 1678e22c5..cbb96d02d 100644 --- a/qmake/generators/unix/unixmake2.cpp +++ b/qmake/generators/unix/unixmake2.cpp @@ -39,7 +39,7 @@ #include "unixmake.h" #include "option.h" #include "meta.h" -#include +#include #include #include #include -- cgit v1.2.3