From 727f9c3cc1f60e53397a2b6c0227288260d5451c 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 (cherry picked from commit a95a837139067a21f1ab7a327bcfabb3a753dc68) --- doc/html/OptionDlg_8cpp-source.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/html/OptionDlg_8cpp-source.html') diff --git a/doc/html/OptionDlg_8cpp-source.html b/doc/html/OptionDlg_8cpp-source.html index 32c051b..a2f61d6 100644 --- a/doc/html/OptionDlg_8cpp-source.html +++ b/doc/html/OptionDlg_8cpp-source.html @@ -28,19 +28,19 @@ 00011 00012 #include "OptionDlg.h" 00013 -00014 #include <ntqvariant.h> -00015 #include <ntqpushbutton.h> -00016 #include <ntqgroupbox.h> -00017 #include <ntqlabel.h> -00018 #include <ntqcombobox.h> -00019 #include <ntqtabwidget.h> -00020 #include <ntqwidget.h> -00021 #include <ntqcheckbox.h> -00022 #include <ntqspinbox.h> -00023 #include <ntqlineedit.h> -00024 #include <ntqlayout.h> -00025 #include <ntqtooltip.h> -00026 #include <ntqwhatsthis.h> +00014 #include <tqvariant.h> +00015 #include <tqpushbutton.h> +00016 #include <tqgroupbox.h> +00017 #include <tqlabel.h> +00018 #include <tqcombobox.h> +00019 #include <tqtabwidget.h> +00020 #include <tqwidget.h> +00021 #include <tqcheckbox.h> +00022 #include <tqspinbox.h> +00023 #include <tqlineedit.h> +00024 #include <tqlayout.h> +00025 #include <tqtooltip.h> +00026 #include <tqwhatsthis.h> 00027 00028 /* 00029 * Constructs a OptionDlg as a child of 'parent', with the -- cgit v1.2.3