summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:57:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:57:02 -0600
commita16e2e36a5529f202744b86a6e66e6536c7e40e7 (patch)
tree97d15d91daec862d159efa78a41f3ac0c884d203 /src
parentab0766850ed36eec37a3b959816ed4ae3556dd1b (diff)
downloadtdepowersave-a16e2e36a5529f202744b86a6e66e6536c7e40e7.tar.gz
tdepowersave-a16e2e36a5529f202744b86a6e66e6536c7e40e7.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
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" );