summaryrefslogtreecommitdiffstats
path: root/lilo-config
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config')
-rw-r--r--lilo-config/kde/kcontrol.cpp4
-rw-r--r--lilo-config/kde/kcontrol.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/lilo-config/kde/kcontrol.cpp b/lilo-config/kde/kcontrol.cpp
index 846edc8..0c38f47 100644
--- a/lilo-config/kde/kcontrol.cpp
+++ b/lilo-config/kde/kcontrol.cpp
@@ -45,8 +45,8 @@ KControl::KControl(TQWidget *parent, const char *name)
if (getuid() != 0) {
m->makeReadOnly();
}
- KAboutData *about = new KAboutData(I18N_NOOP("kcmlilo"), I18N_NOOP("LILO Configuration"),
- 0, 0, KAboutData::License_GPL,
+ TDEAboutData *about = new TDEAboutData(I18N_NOOP("kcmlilo"), I18N_NOOP("LILO Configuration"),
+ 0, 0, TDEAboutData::License_GPL,
I18N_NOOP("(c) 2000, Bernhard Rosenkraenzer"));
about->addAuthor("Bernhard \"Bero\" Rosenkraenzer", 0, "bero@redhat.com");
setAboutData(about);
diff --git a/lilo-config/kde/kcontrol.h b/lilo-config/kde/kcontrol.h
index 7a75905..b9c1073 100644
--- a/lilo-config/kde/kcontrol.h
+++ b/lilo-config/kde/kcontrol.h
@@ -34,7 +34,7 @@
#include <kcmodule.h>
#include "mainwidget.h"
-class KAboutData;
+class TDEAboutData;
class KControl: public KCModule {
Q_OBJECT