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/editdialog_8cpp-source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/editdialog_8cpp-source.html') diff --git a/doc/html/editdialog_8cpp-source.html b/doc/html/editdialog_8cpp-source.html index 1412f97..07f2e9a 100644 --- a/doc/html/editdialog_8cpp-source.html +++ b/doc/html/editdialog_8cpp-source.html @@ -32,10 +32,10 @@ 00015 * * 00016 ***************************************************************************/ 00017 -00018 #include <ntqlayout.h> -00019 #include <ntqmultilineedit.h> -00020 #include <ntqlabel.h> -00021 #include <ntqlineedit.h> +00018 #include <tqlayout.h> +00019 #include <tqmultilineedit.h> +00020 #include <tqlabel.h> +00021 #include <tqlineedit.h> 00022 #include <ktextbrowser.h> 00023 #include "editdialog.h" 00024 -- cgit v1.2.1