summaryrefslogtreecommitdiffstats
path: root/kchart/kchartLegendConfigPage.cc
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:47:17 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 11:47:17 -0500
commit69fd47d9754e4da86b014fb2c46a344c9d366c23 (patch)
treee815bbe854cae5552ae4f707603c8c8ebf839073 /kchart/kchartLegendConfigPage.cc
parent74028df41a73ea1766007a76907e42d145258f1f (diff)
downloadkoffice-69fd47d9754e4da86b014fb2c46a344c9d366c23.tar.gz
koffice-69fd47d9754e4da86b014fb2c46a344c9d366c23.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kchart/kchartLegendConfigPage.cc')
-rw-r--r--kchart/kchartLegendConfigPage.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/kchart/kchartLegendConfigPage.cc b/kchart/kchartLegendConfigPage.cc
index 2c027138b..58d9acf2f 100644
--- a/kchart/kchartLegendConfigPage.cc
+++ b/kchart/kchartLegendConfigPage.cc
@@ -115,14 +115,14 @@ KChartLegendConfigPage::KChartLegendConfigPage( KChartParams* params,
grid4->addWidget( lab, 0 ,0 );
titleLegendFontButton->setText( i18n("Select Font...") );
- TQWhatsThis::add(titleLegendFontButton, i18n("Click here to display the KDE font chooser dialog. You will be able to change the font family, style and size for the legend title."));
+ TQWhatsThis::add(titleLegendFontButton, i18n("Click here to display the TDE font chooser dialog. You will be able to change the font family, style and size for the legend title."));
grid4->addWidget( titleLegendFontButton, 1, 0 );
lab = new TQLabel( i18n("Legend text font:"), gb );
grid4->addWidget( lab, 2, 0 );
textLegendFontButton = new TQPushButton( gb );
textLegendFontButton->setText( i18n("Select Font...") );
- TQWhatsThis::add(textLegendFontButton, i18n("Click here to display the KDE font chooser dialog. You will be able to change the font family, style and size for the legend text."));
+ TQWhatsThis::add(textLegendFontButton, i18n("Click here to display the TDE font chooser dialog. You will be able to change the font family, style and size for the legend text."));
grid4->addWidget( textLegendFontButton, 3, 0 );
connect( titleLegendFontButton, TQT_SIGNAL(clicked()),
@@ -155,7 +155,7 @@ KChartLegendConfigPage::KChartLegendConfigPage( KChartParams* params,
grid3->addWidget( lab, 0, 0 );
legendTitleColor = new KColorButton( gb );
- TQWhatsThis::add(legendTitleColor, i18n("Click here to display the KDE Select Color dialog. You will be able to change the color for the legend title."));
+ TQWhatsThis::add(legendTitleColor, i18n("Click here to display the TDE Select Color dialog. You will be able to change the color for the legend title."));
grid3->addWidget( legendTitleColor, 1, 0 );
@@ -163,7 +163,7 @@ KChartLegendConfigPage::KChartLegendConfigPage( KChartParams* params,
grid3->addWidget( lab, 2, 0 );
legendTextColor = new KColorButton( gb );
- TQWhatsThis::add(legendTextColor, i18n("Click here to display the KDE Select Color dialog. You will be able to change the color for the legend text."));
+ TQWhatsThis::add(legendTextColor, i18n("Click here to display the TDE Select Color dialog. You will be able to change the color for the legend text."));
grid3->addWidget( legendTextColor, 3, 0 );
@@ -171,7 +171,7 @@ KChartLegendConfigPage::KChartLegendConfigPage( KChartParams* params,
grid3->addWidget( lab, 4, 0 );
legendFrameColor = new KColorButton( gb );
- TQWhatsThis::add(legendFrameColor, i18n("Click here to display the KDE Select Color dialog. You will be able to change the color for the legend frame."));
+ TQWhatsThis::add(legendFrameColor, i18n("Click here to display the TDE Select Color dialog. You will be able to change the color for the legend frame."));
grid3->addWidget( legendFrameColor, 5, 0 );