From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- qmake/examples/precompile/main.cpp | 2 +- qmake/examples/precompile/stable.h | 2 +- qmake/examples/tutorial/hello.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'qmake/examples') diff --git a/qmake/examples/precompile/main.cpp b/qmake/examples/precompile/main.cpp index 768d2c14e..37ffa3492 100644 --- a/qmake/examples/precompile/main.cpp +++ b/qmake/examples/precompile/main.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include "myobject.h" #include "mydialog.h" diff --git a/qmake/examples/precompile/stable.h b/qmake/examples/precompile/stable.h index 1ed5d261b..ade98ba33 100644 --- a/qmake/examples/precompile/stable.h +++ b/qmake/examples/precompile/stable.h @@ -5,6 +5,6 @@ # include # include -# include +# include # include #endif diff --git a/qmake/examples/tutorial/hello.h b/qmake/examples/tutorial/hello.h index 650108aad..47eb7e3ab 100644 --- a/qmake/examples/tutorial/hello.h +++ b/qmake/examples/tutorial/hello.h @@ -1,4 +1,4 @@ -#include +#include class MyPushButton : public TQPushButton { -- cgit v1.2.1