From 8856e75c203aa69be210b2fee1095ab9761aca7e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:23:08 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- klaptopdaemon/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'klaptopdaemon/main.cpp') diff --git a/klaptopdaemon/main.cpp b/klaptopdaemon/main.cpp index 6d30933..9d0f648 100644 --- a/klaptopdaemon/main.cpp +++ b/klaptopdaemon/main.cpp @@ -223,10 +223,10 @@ LaptopModule::LaptopModule(TQWidget *parent, const char *) sony = 0; } - KAboutData* about = - new KAboutData("kcmlaptop", I18N_NOOP("Laptop Battery Configuration"), LAPTOP_VERSION, + TDEAboutData* about = + new TDEAboutData("kcmlaptop", I18N_NOOP("Laptop Battery Configuration"), LAPTOP_VERSION, I18N_NOOP("Battery Control Panel Module"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP("(c) 1999 Paul Campbell"), 0, 0); //about->addAuthor("NAME", 0, "e-mail addy"); setAboutData( about ); -- cgit v1.2.3