Branding cleanup: KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent 74028df41a
commit 69fd47d975

@ -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);

@ -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 );

@ -629,7 +629,7 @@ KPrConfigureDefaultDocPage::KPrConfigureDefaultDocPage(KPrView *_view, TQWidget
fontName->setFrameStyle(TQFrame::StyledPanel | TQFrame::Sunken);
TQPushButton *chooseButton = new TQPushButton(i18n("Choose..."), fontContainer);
TQWhatsThis::add(chooseButton, i18n( "Click here if you want to set a new font. The KDE default Select Font dialog will then be displayed." ) );
TQWhatsThis::add(chooseButton, i18n( "Click here if you want to set a new font. The TDE default Select Font dialog will then be displayed." ) );
connect(chooseButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(selectNewDefaultFont()));
fontLayout->addWidget(fontTitle, 0, 0);
@ -955,7 +955,7 @@ KPrConfigurePathPage::KPrConfigurePathPage( KPrView *_view, TQWidget *parent, ch
connect( m_pPathView, TQT_SIGNAL( selectionChanged ( TQListViewItem * )),
this, TQT_SLOT( slotSelectionChanged(TQListViewItem * )));
slotSelectionChanged(m_pPathView->currentItem());
TQWhatsThis::add(m_modifyPath, i18n( "When you click this button, a small dialog will appear and, if Default path is unchecked, you can either enter a path yourself or choose one using the standard KDE file dialog." ) );
TQWhatsThis::add(m_modifyPath, i18n( "When you click this button, a small dialog will appear and, if Default path is unchecked, you can either enter a path yourself or choose one using the standard TDE file dialog." ) );
box->addWidget(m_modifyPath);
}

@ -900,7 +900,7 @@ configureSpellPage::configureSpellPage( View* _view,TQVBox *box , char *name )
m_spellConfigWidget = new KSpellConfig( box, "spell_check",m_pView->doc()->getKSpellConfig()/*, false*/);
dontCheckUpperWord = new TQCheckBox( i18n("Skip all uppercase words"),box);
TQWhatsThis::add(dontCheckUpperWord, i18n( "If checked, the words written in uppercase letters are not spell checked. This might be useful if you have a lot of acronyms such as KDE for example." ) );
TQWhatsThis::add(dontCheckUpperWord, i18n( "If checked, the words written in uppercase letters are not spell checked. This might be useful if you have a lot of acronyms such as TDE for example." ) );
dontCheckTitleCase = new TQCheckBox( i18n("Do not check title case"),box);
TQWhatsThis::add(dontCheckTitleCase, i18n( "Check this box if you want the spellchecker to ignore the title case, for example My Own Spreadsheet or My own spreadsheet. If this is unchecked, the spell checker will ask for a uppercase letter in the title nouns." ) );

Loading…
Cancel
Save