summaryrefslogtreecommitdiffstats
path: root/twin/clients/quartz/quartz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/clients/quartz/quartz.cpp')
-rw-r--r--twin/clients/quartz/quartz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/quartz/quartz.cpp b/twin/clients/quartz/quartz.cpp
index dff79ff4b..31a0dbcf1 100644
--- a/twin/clients/quartz/quartz.cpp
+++ b/twin/clients/quartz/quartz.cpp
@@ -783,7 +783,7 @@ void QuartzClient::paintEvent( TQPaintEvent* )
/////////////////////////////////
extern "C"
{
- KDE_EXPORT KDecorationFactory *create_factory()
+ TDE_EXPORT KDecorationFactory *create_factory()
{
Quartz::clientHandler = new Quartz::QuartzHandler();
return Quartz::clientHandler;