From a95a837139067a21f1ab7a327bcfabb3a753dc68 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 18:12:19 +0900 Subject: Use proper TQt headers Signed-off-by: Michele Calgaro --- doc/html/CommandDlg_8cpp-source.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/CommandDlg_8cpp-source.html') diff --git a/doc/html/CommandDlg_8cpp-source.html b/doc/html/CommandDlg_8cpp-source.html index de49946..0745fbb 100644 --- a/doc/html/CommandDlg_8cpp-source.html +++ b/doc/html/CommandDlg_8cpp-source.html @@ -28,13 +28,13 @@ 00011 00012 #include "CommandDlg.h" 00013 -00014 #include <ntqvariant.h> -00015 #include <ntqpushbutton.h> -00016 #include <ntqgroupbox.h> -00017 #include <ntqcombobox.h> -00018 #include <ntqlayout.h> -00019 #include <ntqtooltip.h> -00020 #include <ntqwhatsthis.h> +00014 #include <tqvariant.h> +00015 #include <tqpushbutton.h> +00016 #include <tqgroupbox.h> +00017 #include <tqcombobox.h> +00018 #include <tqlayout.h> +00019 #include <tqtooltip.h> +00020 #include <tqwhatsthis.h> 00021 00022 /* 00023 * Constructs a CommandDlg as a child of 'parent', with the -- cgit v1.2.1