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 --- src/widgets/qgroupbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/qgroupbox.cpp') diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/qgroupbox.cpp index 5145a5698..f37b5f6d7 100644 --- a/src/widgets/qgroupbox.cpp +++ b/src/widgets/qgroupbox.cpp @@ -44,13 +44,13 @@ #include "tqpainter.h" #include "tqbitmap.h" #include "ntqaccel.h" -#include "ntqradiobutton.h" +#include "tqradiobutton.h" #include "ntqfocusdata.h" #include "tqobjectlist.h" #include "ntqdrawutil.h" #include "ntqapplication.h" #include "tqstyle.h" -#include "ntqcheckbox.h" +#include "tqcheckbox.h" #include "ntqbuttongroup.h" #if defined(QT_ACCESSIBILITY_SUPPORT) #include "ntqaccessible.h" -- cgit v1.2.1