summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 19:52:21 -0600
committerTimothy Pearson <[email protected]>2013-01-22 19:52:21 -0600
commit297ae530b36704181dc45ae32100e4c40d331dd2 (patch)
treec1b4d0273d1d1fcd5cdf4814a4feca10547b911a
parent10086108c24dc27551eb7fe624d813364c939ebc (diff)
downloadkcpuload-297ae530b36704181dc45ae32100e4c40d331dd2.tar.gz
kcpuload-297ae530b36704181dc45ae32100e4c40d331dd2.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r--kcpuload/kcpuload/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcpuload/kcpuload/main.cpp b/kcpuload/kcpuload/main.cpp
index 273c8d5..cb13d4a 100644
--- a/kcpuload/kcpuload/main.cpp
+++ b/kcpuload/kcpuload/main.cpp
@@ -25,8 +25,8 @@ static const char *message =
static const char *version = "2.00";
int main(int argc, char **argv) {
- KAboutData aboutData("kcpuload", I18N_NOOP("KCPULoad"), version,
- description, KAboutData::License_GPL,
+ TDEAboutData aboutData("kcpuload", I18N_NOOP("KCPULoad"), version,
+ description, TDEAboutData::License_GPL,
"(c) 1999-2000, Markus Gustavsson\n"
"(c) 2002, Ben Burton\n"
"(c) 2009, Timothy Pearson",