From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/canvas-chart-example.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/canvas-chart-example.html') diff --git a/doc/html/canvas-chart-example.html b/doc/html/canvas-chart-example.html index fd831b302..6696123fa 100644 --- a/doc/html/canvas-chart-example.html +++ b/doc/html/canvas-chart-example.html @@ -251,7 +251,7 @@ private: #include <tqaction.h> #include <ntqapplication.h> -#include <ntqcombobox.h> +#include <tqcombobox.h> #include <tqfile.h> #include <tqfiledialog.h> #include <tqfont.h> @@ -261,9 +261,9 @@ private: #include <tqpixmap.h> #include <tqpopupmenu.h> #include <tqprinter.h> -#include <ntqradiobutton.h> +#include <tqradiobutton.h> #include <tqsettings.h> -#include <ntqspinbox.h> +#include <tqspinbox.h> #include <tqstatusbar.h> #include <tqtoolbar.h> #include <tqtoolbutton.h> @@ -669,7 +669,7 @@ void ChartForm::saveOptions() void ChartForm::optionsSetData() { SetDataForm *setDataForm = new SetDataForm( &m_elements, m_decimalPlaces, this ); - if ( setDataForm->exec() ) { + if ( setDataForm->exec() ) { m_changed = TRUE; drawElements(); } @@ -738,7 +738,7 @@ void ChartForm::optionsSetOptions() break; } optionsForm->decimalPlacesSpinBox->setValue( m_decimalPlaces ); - if ( optionsForm->exec() ) { + if ( optionsForm->exec() ) { setChartType( ChartType( optionsForm->chartTypeComboBox->currentItem()) ); m_font = optionsForm->font(); -- cgit v1.2.3