diff options
Diffstat (limited to 'twin-styles/system/systemclient.cpp')
-rw-r--r-- | twin-styles/system/systemclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/system/systemclient.cpp b/twin-styles/system/systemclient.cpp index 24ca3ba5..f4237c95 100644 --- a/twin-styles/system/systemclient.cpp +++ b/twin-styles/system/systemclient.cpp @@ -732,7 +732,7 @@ TQValueList<KDecorationFactory::BorderSize> SystemDecoFactory::borderSizes() con } -extern "C" KDE_EXPORT KDecorationFactory *create_factory() +extern "C" TDE_EXPORT KDecorationFactory *create_factory() { return new System::SystemDecoFactory(); } |