diff --git a/src/main.cpp b/src/main.cpp index 21a4550..4441a3a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,8 +52,8 @@ bool trace = false; extern "C" int kdemain(int argc, char **argv) { - KAboutData about("kpowersave", I18N_NOOP("KPowersave"), version, description, - KAboutData::License_GPL, I18N_NOOP("(c) 2004-2006, Danny Kukawka\n" + TDEAboutData about("kpowersave", I18N_NOOP("KPowersave"), version, description, + TDEAboutData::License_GPL, I18N_NOOP("(c) 2004-2006, Danny Kukawka\n" "(c) 2004 Thomas Renninger")); about.addAuthor("Danny Kukawka", I18N_NOOP("Current maintainer"), "danny.kukawka@web.de" );