diff options
Diffstat (limited to 'client/polyester.cpp')
-rwxr-xr-x | client/polyester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/polyester.cpp b/client/polyester.cpp index 91c06fe..747d543 100755 --- a/client/polyester.cpp +++ b/client/polyester.cpp @@ -76,7 +76,7 @@ const char default_right[] = "HIAX"; static const uint TIMERINTERVAL = 25; // msec static const uint ANIMATIONSTEPS = 20; -extern "C" KDE_EXPORT KDecorationFactory* create_factory() { +extern "C" TDE_EXPORT KDecorationFactory* create_factory() { return new polyester::polyesterFactory(); } |