summaryrefslogtreecommitdiffstats
path: root/kchart/kchartWizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartWizard.cpp')
-rw-r--r--kchart/kchartWizard.cpp2
1 files changed, 1 insertions, 1 deletions
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);