From a16e2e36a5529f202744b86a6e66e6536c7e40e7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:57:02 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" );