summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/kima.cpp4
1 files 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");