From 3340447328ea39988c147fb35d96fd7821718a28 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:53:04 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/kima.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kima.cpp b/src/kima.cpp index b19c9f0..d07d3e0 100644 --- a/src/kima.cpp +++ b/src/kima.cpp @@ -175,13 +175,13 @@ void Kima::displaySource(bool inDisplay, Source* inSource){ void Kima::about() { if(!mAboutDialog){ - KAboutData* aboutData = new KAboutData("libkima", + TDEAboutData* aboutData = new TDEAboutData("libkima", "Kima", "0.7.3.2", I18N_NOOP("Kicker monitoring applet.\n\n" "This applet monitors various temperature, frequency and fan sources.\n" "Make sure you have enabled a supported kernel module.\n"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2004-2007, Ken Werner"); aboutData->addAuthor("Ken Werner", 0, "ken.werner@web.de"); aboutData->addAuthor("Johannes Schaub", 0, "schaub-johannes@web.de");