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/EditDlg_8cpp-source.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/EditDlg_8cpp-source.html') diff --git a/doc/html/EditDlg_8cpp-source.html b/doc/html/EditDlg_8cpp-source.html index 68aed4e..009679b 100644 --- a/doc/html/EditDlg_8cpp-source.html +++ b/doc/html/EditDlg_8cpp-source.html @@ -28,12 +28,12 @@ 00011 00012 #include "EditDlg.h" 00013 -00014 #include <ntqvariant.h> +00014 #include <tqvariant.h> 00015 #include <ktextbrowser.h> -00016 #include <ntqpushbutton.h> -00017 #include <ntqlayout.h> -00018 #include <ntqtooltip.h> -00019 #include <ntqwhatsthis.h> +00016 #include <tqpushbutton.h> +00017 #include <tqlayout.h> +00018 #include <tqtooltip.h> +00019 #include <tqwhatsthis.h> 00020 00021 /* 00022 * Constructs a EditDlg as a child of 'parent', with the -- cgit v1.2.1