From 555ea1c7f342582df2985a7c02e880174877526e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:28:32 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- lilo-config/kde/kcontrol.cpp | 4 ++-- lilo-config/kde/kcontrol.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lilo-config') diff --git a/lilo-config/kde/kcontrol.cpp b/lilo-config/kde/kcontrol.cpp index 0c38f47..9b443b1 100644 --- a/lilo-config/kde/kcontrol.cpp +++ b/lilo-config/kde/kcontrol.cpp @@ -36,7 +36,7 @@ #include KControl::KControl(TQWidget *parent, const char *name) - : KCModule(parent, name) + : TDECModule(parent, name) { TQVBoxLayout *layout=new TQVBoxLayout(this); m=new MainWidget(this, name); @@ -79,7 +79,7 @@ void KControl::configChanged() // SLOT extern "C" { - KDE_EXPORT KCModule *create_lilo(TQWidget *parent, const char *name) + KDE_EXPORT TDECModule *create_lilo(TQWidget *parent, const char *name) { return new KControl(parent, "kcmlilo"); } diff --git a/lilo-config/kde/kcontrol.h b/lilo-config/kde/kcontrol.h index b9c1073..8d18fa5 100644 --- a/lilo-config/kde/kcontrol.h +++ b/lilo-config/kde/kcontrol.h @@ -36,7 +36,7 @@ class TDEAboutData; -class KControl: public KCModule { +class KControl: public TDECModule { Q_OBJECT public: -- cgit v1.2.1