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 --- tutorial/t7/lcdrange.cpp | 4 ++-- tutorial/t7/main.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tutorial/t7') diff --git a/tutorial/t7/lcdrange.cpp b/tutorial/t7/lcdrange.cpp index c8a29e0e..57b3adb2 100644 --- a/tutorial/t7/lcdrange.cpp +++ b/tutorial/t7/lcdrange.cpp @@ -6,8 +6,8 @@ #include "lcdrange.h" -#include -#include +#include +#include LCDRange::LCDRange( TQWidget *parent, const char *name ) : TQVBox( parent, name ) diff --git a/tutorial/t7/main.cpp b/tutorial/t7/main.cpp index 2b95fd0d..1b57c6bc 100644 --- a/tutorial/t7/main.cpp +++ b/tutorial/t7/main.cpp @@ -5,8 +5,8 @@ ****************************************************************/ #include -#include -#include +#include +#include #include #include #include -- cgit v1.2.1