diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 23:15:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 23:15:27 -0500 |
commit | a520cfddbe5351d5ee90fc9aad060fcb347351ee (patch) | |
tree | b9fa25dc8b3bae71742171bb080db41f26b50fa8 | |
parent | c838916cdf34882b945c1956d127f68862d9d96c (diff) | |
download | kpilot-a520cfddbe5351d5ee90fc9aad060fcb347351ee.tar.gz kpilot-a520cfddbe5351d5ee90fc9aad060fcb347351ee.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | kpilot/kpilot.cc | 2 | ||||
-rw-r--r-- | kpilot/pilotDaemon.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kpilot/kpilot.cc b/kpilot/kpilot.cc index 3f9d603..53b1345 100644 --- a/kpilot/kpilot.cc +++ b/kpilot/kpilot.cc @@ -1014,7 +1014,7 @@ int main(int argc, char **argv) KAboutData about("kpilot", I18N_NOOP("KPilot"), KPILOT_VERSION, - "KPilot - HotSync software for KDE\n\n", + "KPilot - HotSync software for TDE\n\n", KAboutData::License_GPL, "(c) 1998-2000,2001, Dan Pilone (c) 2000-2006, Adriaan de Groot", 0L, diff --git a/kpilot/pilotDaemon.cc b/kpilot/pilotDaemon.cc index f3158bd..590d84d 100644 --- a/kpilot/pilotDaemon.cc +++ b/kpilot/pilotDaemon.cc @@ -1310,7 +1310,7 @@ int main(int argc, char **argv) KAboutData about("kpilotDaemon", I18N_NOOP("KPilot Daemon"), KPILOT_VERSION, - "KPilot - HotSync software for KDE\n\n", + "KPilot - HotSync software for TDE\n\n", KAboutData::License_GPL, "(c) 1998-2000,2001, Dan Pilone (c) 2000-2004, Adriaan de Groot", 0L, |