summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:06:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:06:13 -0500
commit3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4 (patch)
tree0fada56ebb36b8078899a24ad1ead1817454151b
parent06638019146186a13b078bdc4ad8fa6b9dbc375c (diff)
downloadtdepim-3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4.tar.gz
tdepim-3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4.zip
Branding cleanup: KDE -> TDE
-rw-r--r--kalarm/prefdlg.cpp8
-rw-r--r--kode/kwsdl/tests/google/main.cc2
2 files changed, 5 insertions, 5 deletions
diff --git a/kalarm/prefdlg.cpp b/kalarm/prefdlg.cpp
index 6af3a3f6..6f21949a 100644
--- a/kalarm/prefdlg.cpp
+++ b/kalarm/prefdlg.cpp
@@ -276,7 +276,7 @@ MiscPrefTab::MiscPrefTab(TQVBox* frame)
mRunInSystemTray->setFixedSize(mRunInSystemTray->sizeHint());
connect(mRunInSystemTray, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotRunModeToggled(bool)));
TQWhatsThis::add(mRunInSystemTray,
- i18n("Check to run KAlarm continuously in the KDE system tray.\n\n"
+ i18n("Check to run KAlarm continuously in the TDE system tray.\n\n"
"Notes:\n"
"1. With this option selected, closing the system tray icon will quit KAlarm.\n"
"2. You do not need to select this option in order for alarms to be displayed, since alarm monitoring is done by the alarm daemon."
@@ -308,7 +308,7 @@ MiscPrefTab::MiscPrefTab(TQVBox* frame)
mAutostartDaemon->setFixedSize(mAutostartDaemon->sizeHint());
connect(mAutostartDaemon, TQT_SIGNAL(clicked()), TQT_SLOT(slotAutostartDaemonClicked()));
TQWhatsThis::add(mAutostartDaemon,
- i18n("Automatically start alarm monitoring whenever you start KDE, by running the alarm daemon (%1).\n\n"
+ i18n("Automatically start alarm monitoring whenever you start TDE, by running the alarm daemon (%1).\n\n"
"This option should always be checked unless you intend to discontinue use of KAlarm.")
.arg(TQString::fromLatin1(DAEMON_APP_NAME)));
grid->addMultiCellWidget(mAutostartDaemon, 6, 6, 0, 2, alignment);
@@ -535,8 +535,8 @@ void MiscPrefTab::slotRunModeToggled(bool)
{
bool systray = mRunInSystemTray->isOn();
mAutostartTrayIcon->setText(systray ? i18n("Autostart at &login") : i18n("Autostart system tray &icon at login"));
- TQWhatsThis::add(mAutostartTrayIcon, (systray ? i18n("Check to run KAlarm whenever you start KDE.")
- : i18n("Check to display the system tray icon whenever you start KDE.")));
+ TQWhatsThis::add(mAutostartTrayIcon, (systray ? i18n("Check to run KAlarm whenever you start TDE.")
+ : i18n("Check to display the system tray icon whenever you start TDE.")));
mDisableAlarmsIfStopped->setEnabled(systray);
slotDisableIfStoppedToggled(true);
}
diff --git a/kode/kwsdl/tests/google/main.cc b/kode/kwsdl/tests/google/main.cc
index fd4b8246..5d874a90 100644
--- a/kode/kwsdl/tests/google/main.cc
+++ b/kode/kwsdl/tests/google/main.cc
@@ -7,7 +7,7 @@
int main( int argc, char **argv )
{
- KAboutData aboutData( "kgooglesearch", "KDE Google Search", "0.1", "", KAboutData::License_GPL );
+ KAboutData aboutData( "kgooglesearch", "TDE Google Search", "0.1", "", KAboutData::License_GPL );
aboutData.addAuthor( "Tobias Koenig", 0, "tokoe@kde.org" );
KCmdLineArgs::init( argc, argv, &aboutData );