diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:56:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:56:58 -0600 |
commit | c14be2fd832795aa219c797bfb391822f869fef6 (patch) | |
tree | 84a852524c39d3b742659e75a2eada612f5dbff3 /src | |
parent | 6c3e75465e832b5d4ff2abde23f7c8632047d5d9 (diff) | |
download | kpowersave-c14be2fd832795aa219c797bfb391822f869fef6.tar.gz kpowersave-c14be2fd832795aa219c797bfb391822f869fef6.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
1 files 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" ); |