summaryrefslogtreecommitdiffstats
path: root/kdelirc/kcmlirc/kcmlirc.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:07:08 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 17:07:08 -0500
commit50d27a5f400bb8982cdae0eafe1d3339a0bd9564 (patch)
tree5cd84f8e2f2b247354a3fe4c86b8416c084d6cd9 /kdelirc/kcmlirc/kcmlirc.cpp
parent7ef6109c34a409fbe516235c483169c6cc50a25c (diff)
downloadtdeutils-50d27a5f400bb8982cdae0eafe1d3339a0bd9564.tar.gz
tdeutils-50d27a5f400bb8982cdae0eafe1d3339a0bd9564.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kdelirc/kcmlirc/kcmlirc.cpp')
-rw-r--r--kdelirc/kcmlirc/kcmlirc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdelirc/kcmlirc/kcmlirc.cpp b/kdelirc/kcmlirc/kcmlirc.cpp
index dee0844..c59632a 100644
--- a/kdelirc/kcmlirc/kcmlirc.cpp
+++ b/kdelirc/kcmlirc/kcmlirc.cpp
@@ -63,7 +63,7 @@ KCMLirc::KCMLirc(TQWidget *parent, const char *name, TQStringList /*args*/) : DC
KSimpleConfig theConfig("irkickrc");
theConfig.setGroup("General");
if(theConfig.readBoolEntry("AutoStart", true) == false)
- if(KMessageBox::questionYesNo(this, i18n("Would you like the infrared remote control software to start automatically when you begin KDE?"), i18n("Automatically Start?"), i18n("Start Automatically"), i18n("Do Not Start")) == KMessageBox::Yes)
+ if(KMessageBox::questionYesNo(this, i18n("Would you like the infrared remote control software to start automatically when you begin TDE?"), i18n("Automatically Start?"), i18n("Start Automatically"), i18n("Do Not Start")) == KMessageBox::Yes)
theConfig.writeEntry("AutoStart", true);
}