summaryrefslogtreecommitdiffstats
path: root/lilo-config
diff options
context:
space:
mode:
Diffstat (limited to 'lilo-config')
-rw-r--r--lilo-config/kde/kcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/kde/kcontrol.cpp b/lilo-config/kde/kcontrol.cpp
index b12e218..2fb40c6 100644
--- a/lilo-config/kde/kcontrol.cpp
+++ b/lilo-config/kde/kcontrol.cpp
@@ -79,7 +79,7 @@ void KControl::configChanged() // SLOT
extern "C"
{
- KDE_EXPORT TDECModule *create_lilo(TQWidget *parent, const char *name)
+ TDE_EXPORT TDECModule *create_lilo(TQWidget *parent, const char *name)
{
return new KControl(parent, "kcmlilo");
}