Branding cleanup: KDE -> TDE

pull/1/head
Darrell Anderson 12 years ago
parent 3e29cef9a7
commit 8e11faf168

@ -277,7 +277,7 @@ void ImageEffect_InsertText::resetValues()
m_textRotation->setCurrentItem(0); // No rotation.
m_fontColorButton->setColor(TQt::black);
TQFont defaultFont;
m_textFont = defaultFont; // Reset to default KDE font.
m_textFont = defaultFont; // Reset to default TDE font.
m_textFont.setPointSize( m_defaultSizeFont );
m_fontChooserWidget->setFont(m_textFont);
m_borderText->setChecked( false );

@ -267,7 +267,7 @@ void InsertTextTool::slotResetSettings()
m_textRotation->setCurrentItem(0); // No rotation.
m_fontColorButton->setColor(TQt::black);
TQFont defaultFont;
m_textFont = defaultFont; // Reset to default KDE font.
m_textFont = defaultFont; // Reset to default TDE font.
m_textFont.setPointSize(m_defaultSizeFont);
m_fontChooserWidget->setFont(m_textFont);
m_borderText->setChecked(false);

@ -299,7 +299,7 @@ CameraUI::CameraUI(TQWidget* /*parent*/, const TQString& cameraTitle,
"(YYYY-MM-DD). E.g.: <i>2006-08-24</i><p>"
"<b>Full Text</b>: the date format is in a user-readable string. "
"E.g.: <i>Thu Aug 24 2006</i><p>"
"<b>Local Settings</b>: the date format depending on KDE control panel settings.<p>"));
"<b>Local Settings</b>: the date format depending on TDE control panel settings.<p>"));
d->advBox->insertItem(CameraUIPriv::AUTOALBUMPAGE, albumBox, SmallIconSet("folder_new"),
i18n("Auto-creation of Albums"));

@ -219,7 +219,7 @@ RenameCustomizer::RenameCustomizer(TQWidget* parent, const TQString& cameraTitle
"(YYYY-MM-DD). E.g.: <i>2006-08-24T14:26:18</i></p>"
"<p><b>Full Text</b>: the date format is a user-readable string. "
"E.g.: <i>Thu Aug 24 14:26:18 2006</i></p>"
"<p><b>Local Settings</b>: the date format depending on KDE control panel settings.</p>"
"<p><b>Local Settings</b>: the date format depending on TDE control panel settings.</p>"
"<p><b>Advanced:</b> allows the user to specify a custom date format.</p>"));
d->dateTimeButton = new TQPushButton(SmallIcon("configure"), TQString(), dateTimeWidget);
TQSizePolicy policy = d->dateTimeButton->sizePolicy();

@ -129,7 +129,7 @@ SetupMime::SetupMime(TQWidget* parent )
TQWhatsThis::add( d->movieFileFilterEdit, i18n("<p>Here you can set the extensions of movie files "
"to be displayed in Albums (such as MPEG or AVI); "
"clicking on these files will "
"open them with the default KDE movie player."));
"open them with the default TDE movie player."));
movieFileFilterLabel->setBuddy(d->movieFileFilterEdit);
hbox2->setStretchFactor(d->movieFileFilterEdit, 10);
@ -160,7 +160,7 @@ SetupMime::SetupMime(TQWidget* parent )
TQWhatsThis::add( d->audioFileFilterEdit, i18n("<p>Here you can set the extensions of audio files "
"to be displayed in Albums (such as MP3 or OGG); "
"clicking on these files will "
"open them with the default KDE audio player."));
"open them with the default TDE audio player."));
audioFileFilterLabel->setBuddy(d->audioFileFilterEdit);
hbox3->setStretchFactor(d->audioFileFilterEdit, 10);

Loading…
Cancel
Save