From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/chart-chartform-cpp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/chart-chartform-cpp.html') diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html index 5b1b18808..66618d380 100644 --- a/doc/html/chart-chartform-cpp.html +++ b/doc/html/chart-chartform-cpp.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } #include "setdataform.h" #include <tqaction.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqcombobox.h> #include <tqfile.h> #include <tqfiledialog.h> @@ -401,7 +401,7 @@ void ChartForm::fileQuit() { if ( okToClear() ) { saveOptions(); - tqApp->exit( 0 ); + tqApp->exit( 0 ); } } -- cgit v1.2.3