From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/chart-chartform-cpp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 89a849922..f7b4bcff2 100644 --- a/doc/html/chart-chartform-cpp.html +++ b/doc/html/chart-chartform-cpp.html @@ -42,8 +42,8 @@ body { background: #ffffff; color: black; } #include <ntqcombobox.h> #include <tqfile.h> #include <tqfiledialog.h> -#include <ntqfont.h> -#include <ntqfontdialog.h> +#include <tqfont.h> +#include <tqfontdialog.h> #include <tqmenubar.h> #include <ntqmessagebox.h> #include <ntqpixmap.h> @@ -501,7 +501,7 @@ void ChartForm::updateChartType( TQAc void ChartForm::optionsSetFont() { bool ok; - TQFont font = TQFontDialog::getFont( &ok, m_font, this ); + TQFont font = TQFontDialog::getFont( &ok, m_font, this ); if ( ok ) { m_font = font; drawElements(); -- cgit v1.2.3