summaryrefslogtreecommitdiffstats
path: root/kchart/kchartWizardSetupAxesPage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartWizardSetupAxesPage.cc')
-rw-r--r--kchart/kchartWizardSetupAxesPage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kchartWizardSetupAxesPage.cc b/kchart/kchartWizardSetupAxesPage.cc
index 76be1f0d..cf0e4a09 100644
--- a/kchart/kchartWizardSetupAxesPage.cc
+++ b/kchart/kchartWizardSetupAxesPage.cc
@@ -223,7 +223,7 @@ void KChartWizardSetupAxesPage::changeGridColor(const TQColor &_color)
void KChartWizardSetupAxesPage::changeLabelFont()
{
- if( KFontDialog::getFont( ylabel,false,this ) == TQDialog::Rejected )
+ if( TDEFontDialog::getFont( ylabel,false,this ) == TQDialog::Rejected )
return;
}