diff options
Diffstat (limited to 'kchart/kchartLegendConfigPage.cc')
| -rw-r--r-- | kchart/kchartLegendConfigPage.cc | 10 |
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 ); |
