diff options
Diffstat (limited to 'kchart/kchartWizardLabelsLegendPage.cc')
-rw-r--r-- | kchart/kchartWizardLabelsLegendPage.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kchart/kchartWizardLabelsLegendPage.cc b/kchart/kchartWizardLabelsLegendPage.cc index 396264d8..9ac1a265 100644 --- a/kchart/kchartWizardLabelsLegendPage.cc +++ b/kchart/kchartWizardLabelsLegendPage.cc @@ -204,39 +204,39 @@ KChartWizardLabelsLegendPage::~KChartWizardLabelsLegendPage() void KChartWizardLabelsLegendPage::changeLegendTextFont() { - if (KFontDialog::getFont( _legendTextFont,false,this ) == TQDialog::Rejected ) + if (TDEFontDialog::getFont( _legendTextFont,false,this ) == TQDialog::Rejected ) return; } void KChartWizardLabelsLegendPage::changeLegendTitleFont() { - if (KFontDialog::getFont( _legendTitleFont,false,this ) == TQDialog::Rejected ) + if (TDEFontDialog::getFont( _legendTitleFont,false,this ) == TQDialog::Rejected ) return; } void KChartWizardLabelsLegendPage::changeXLabelFont() { - if (KFontDialog::getFont( xlabel,false,this ) == TQDialog::Rejected ) + if (TDEFontDialog::getFont( xlabel,false,this ) == TQDialog::Rejected ) return; } void KChartWizardLabelsLegendPage::changeYLabelFont() { - if (KFontDialog::getFont( ylabel ,false,this ) == TQDialog::Rejected ) + if (TDEFontDialog::getFont( ylabel ,false,this ) == TQDialog::Rejected ) return; } #if 0 void KChartWizardLabelsLegendPage::changeY2LabelFont() { - if (KFontDialog::getFont( ylabel2, false, this ) == TQDialog::Rejected ) + if (TDEFontDialog::getFont( ylabel2, false, this ) == TQDialog::Rejected ) return; } #endif void KChartWizardLabelsLegendPage::changeTitleFont() { - if (KFontDialog::getFont( title ,false,this ) == TQDialog::Rejected ) + if (TDEFontDialog::getFont( title ,false,this ) == TQDialog::Rejected ) return; } |