summaryrefslogtreecommitdiffstats
path: root/kchart/kchartWizardLabelsLegendPage.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:02:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:02:43 -0600
commitaea627236e4de24599c3e30617cf264c3c1b7d40 (patch)
tree467e13ca5a7eb0ab292259289ecc3572f53c5eae /kchart/kchartWizardLabelsLegendPage.cc
parent786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff)
downloadkoffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz
koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kchart/kchartWizardLabelsLegendPage.cc')
-rw-r--r--kchart/kchartWizardLabelsLegendPage.cc12
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;
}