summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/icewm/config/config.cpp')
-rw-r--r--twin-styles/icewm/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/icewm/config/config.cpp b/twin-styles/icewm/config/config.cpp
index 3b6b77a6..9d7090ff 100644
--- a/twin-styles/icewm/config/config.cpp
+++ b/twin-styles/icewm/config/config.cpp
@@ -39,7 +39,7 @@
extern "C"
{
- KDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
+ TDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
{
return(new IceWMConfig(conf, parent));
}