diff options
Diffstat (limited to 'twin-styles/openlook/OpenLook.cpp')
-rw-r--r-- | twin-styles/openlook/OpenLook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/openlook/OpenLook.cpp b/twin-styles/openlook/OpenLook.cpp index b824b9a6..b74f3580 100644 --- a/twin-styles/openlook/OpenLook.cpp +++ b/twin-styles/openlook/OpenLook.cpp @@ -40,7 +40,7 @@ #include "OpenLook.h" -extern "C" KDE_EXPORT KDecorationFactory* create_factory() +extern "C" TDE_EXPORT KDecorationFactory* create_factory() { return new OpenLook::DecorationFactory(); } |