From d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 24 Aug 2024 20:19:50 +0900 Subject: Rename style nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/progressbar/progressbar.cpp | 2 +- examples/themes/main.cpp | 2 +- examples/themes/metal.h | 2 +- examples/themes/wood.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/progressbar/progressbar.cpp b/examples/progressbar/progressbar.cpp index 0969f8101..a513c5248 100644 --- a/examples/progressbar/progressbar.cpp +++ b/examples/progressbar/progressbar.cpp @@ -14,7 +14,7 @@ #include #include -#include +#include /* * Constructor diff --git a/examples/themes/main.cpp b/examples/themes/main.cpp index a560b5f70..74ea035a7 100644 --- a/examples/themes/main.cpp +++ b/examples/themes/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include -#include +#include #include "themes.h" #include "metal.h" diff --git a/examples/themes/metal.h b/examples/themes/metal.h index b37999c0c..0941840d6 100644 --- a/examples/themes/metal.h +++ b/examples/themes/metal.h @@ -19,7 +19,7 @@ #ifndef TQT_NO_STYLE_WINDOWS -#include +#include class MetalStyle : public TQWindowsStyle diff --git a/examples/themes/wood.h b/examples/themes/wood.h index 869c89b2b..6fd769a26 100644 --- a/examples/themes/wood.h +++ b/examples/themes/wood.h @@ -19,7 +19,7 @@ #ifndef TQT_NO_STYLE_WINDOWS -#include +#include class NorwegianWoodStyle : public TQWindowsStyle -- cgit v1.2.1