From 0bd9d5459891e6fb17ee6802878f85e217cb9f54 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Mar 2025 18:11:49 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit cf85b9c285a2b9baa87c9d0cb9d683b48e82a475) --- kchart/kchartWizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kchart/kchartWizard.cpp') diff --git a/kchart/kchartWizard.cpp b/kchart/kchartWizard.cpp index 9145c1754..cfd26c8dc 100644 --- a/kchart/kchartWizard.cpp +++ b/kchart/kchartWizard.cpp @@ -35,7 +35,7 @@ KChartWizard::KChartWizard ( KChartPart* _chart, TQWidget *parent, const char* n // Second page: select the major chart type m_chartTypePage = new KChartWizardSelectChartTypePage( this, m_chart ); addPage( m_chartTypePage, i18n( "Select Chart Type" ) ); - //finishButton()->setEnabled( TRUE ); + //finishButton()->setEnabled( true ); setFinishEnabled(m_chartTypePage, true); setHelpEnabled(m_chartTypePage, false); -- cgit v1.2.3