Rename KInstance and KAboutData to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent b7410f670c
commit 3340447328

@ -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");

Loading…
Cancel
Save