summaryrefslogtreecommitdiffstats
path: root/kalarm/prefdlg.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 20:01:28 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 20:01:28 -0500
commit21816789370dee7d5bf72e93de1e304c481e1c80 (patch)
tree35580c998fccf6631a8bc692175360f4660a3723 /kalarm/prefdlg.cpp
parentc077d82142a267abebebd4e5df1e03b0fb9c9ce5 (diff)
downloadtdepim-21816789370dee7d5bf72e93de1e304c481e1c80.tar.gz
tdepim-21816789370dee7d5bf72e93de1e304c481e1c80.zip
Fix KDE -> TDE branding.
Diffstat (limited to 'kalarm/prefdlg.cpp')
-rw-r--r--kalarm/prefdlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kalarm/prefdlg.cpp b/kalarm/prefdlg.cpp
index b4174094..6af3a3f6 100644
--- a/kalarm/prefdlg.cpp
+++ b/kalarm/prefdlg.cpp
@@ -658,7 +658,7 @@ EmailPrefTab::EmailPrefTab(TQVBox* frame)
radio->setFixedSize(radio->sizeHint());
mFromAddressGroup->insert(radio, Preferences::MAIL_FROM_CONTROL_CENTRE);
TQWhatsThis::add(radio,
- i18n("Check to use the email address set in the KDE Control Center, to identify you as the sender when sending email alarms."));
+ i18n("Check to use the email address set in the TDE Control Center, to identify you as the sender when sending email alarms."));
grid->addMultiCellWidget(radio, 2, 2, 1, 2, TQt::AlignAuto);
// 'From' email address to be picked from KMail's identities when the email alarm is configured
@@ -699,7 +699,7 @@ EmailPrefTab::EmailPrefTab(TQVBox* frame)
radio->setFixedSize(radio->sizeHint());
mBccAddressGroup->insert(radio, Preferences::MAIL_FROM_CONTROL_CENTRE);
TQWhatsThis::add(radio,
- i18n("Check to use the email address set in the KDE Control Center, for blind copying email alarms to yourself."));
+ i18n("Check to use the email address set in the TDE Control Center, for blind copying email alarms to yourself."));
grid->addMultiCellWidget(radio, 6, 6, 1, 2, TQt::AlignAuto);
group->setFixedHeight(group->sizeHint().height());
@@ -799,7 +799,7 @@ TQString EmailPrefTab::validateAddr(ButtonGroup* group, TQLineEdit* addr, const
case Preferences::MAIL_FROM_CONTROL_CENTRE:
if (!KAMail::controlCentreAddress().isEmpty())
return TQString();
- errmsg = i18n("No email address is currently set in the KDE Control Center. %1").arg(errmsg);
+ errmsg = i18n("No email address is currently set in the TDE Control Center. %1").arg(errmsg);
break;
case Preferences::MAIL_FROM_KMAIL:
if (KAMail::identitiesExist())