summaryrefslogtreecommitdiffstats
path: root/twin/clients/quartz/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/clients/quartz/config/config.cpp')
-rw-r--r--twin/clients/quartz/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/quartz/config/config.cpp b/twin/clients/quartz/config/config.cpp
index 106ea28dc..f6bd853b1 100644
--- a/twin/clients/quartz/config/config.cpp
+++ b/twin/clients/quartz/config/config.cpp
@@ -15,7 +15,7 @@
extern "C"
{
- KDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
+ TDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
{
return(new QuartzConfig(conf, parent));
}