From 297ae530b36704181dc45ae32100e4c40d331dd2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:52:21 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kcpuload/kcpuload/main.cpp | 4 ++-- 1 file 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",