summaryrefslogtreecommitdiffstats
path: root/lilo-config
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:24 +0900
commitd53ed4c83853b335e970b571d0e98b8e6a21c3ce (patch)
tree9f8da72f1fee01e2d6a47e091ab04841bbe33157 /lilo-config
parentd3f70c7a5c1e40539abd8823732ec7c5e909a286 (diff)
downloadtdeadmin-d53ed4c83853b335e970b571d0e98b8e6a21c3ce.tar.gz
tdeadmin-d53ed4c83853b335e970b571d0e98b8e6a21c3ce.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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");
}