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/CommandEntryDlg_8cpp-source.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/CommandEntryDlg_8cpp-source.html') diff --git a/doc/html/CommandEntryDlg_8cpp-source.html b/doc/html/CommandEntryDlg_8cpp-source.html index 21b4f89..df1339c 100644 --- a/doc/html/CommandEntryDlg_8cpp-source.html +++ b/doc/html/CommandEntryDlg_8cpp-source.html @@ -28,14 +28,14 @@ 00011 00012 #include "CommandEntryDlg.h" 00013 -00014 #include <ntqvariant.h> -00015 #include <ntqgroupbox.h> -00016 #include <ntqpushbutton.h> -00017 #include <ntqcheckbox.h> -00018 #include <ntqlineedit.h> -00019 #include <ntqlayout.h> -00020 #include <ntqtooltip.h> -00021 #include <ntqwhatsthis.h> +00014 #include <tqvariant.h> +00015 #include <tqgroupbox.h> +00016 #include <tqpushbutton.h> +00017 #include <tqcheckbox.h> +00018 #include <tqlineedit.h> +00019 #include <tqlayout.h> +00020 #include <tqtooltip.h> +00021 #include <tqwhatsthis.h> 00022 00023 /* 00024 * Constructs a CommandEntryDlg as a child of 'parent', with the -- cgit v1.2.3