diff options
Diffstat (limited to 'kchart')
| -rw-r--r-- | kchart/kchartFontConfigPage.cc | 2 | ||||
| -rw-r--r-- | kchart/kchartLegendConfigPage.cc | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kchart/kchartFontConfigPage.cc b/kchart/kchartFontConfigPage.cc index c535c5bae..d2a444b94 100644 --- a/kchart/kchartFontConfigPage.cc +++ b/kchart/kchartFontConfigPage.cc @@ -96,7 +96,7 @@ KChartFontConfigPage::KChartFontConfigPage( KChartParams* params, // The font button. m_fontButton = new TQPushButton( this); m_fontButton->setText(i18n("Font...")); - TQWhatsThis::add(m_fontButton, i18n("Select an item in the list above and click on this button to display the KDE font dialog in order to choose a new font for this item.")); + TQWhatsThis::add(m_fontButton, i18n("Select an item in the list above and click on this button to display the TDE font dialog in order to choose a new font for this item.")); m_fontButton->resize( m_fontButton->sizeHint() ); grid->addWidget( m_fontButton, 1, 0); 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 ); |
