diff options
Diffstat (limited to 'client/dominoclient.cpp')
-rw-r--r-- | client/dominoclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dominoclient.cpp b/client/dominoclient.cpp index a8c73ed..8995192 100644 --- a/client/dominoclient.cpp +++ b/client/dominoclient.cpp @@ -1190,7 +1190,7 @@ TQImage tintImage(const TQImage &img, const TQColor &tintColor) { } // namespace // Extended KWin plugin interface -extern "C" KDE_EXPORT KDecorationFactory* create_factory() +extern "C" TDE_EXPORT KDecorationFactory* create_factory() { return new Domino::DominoHandler(); } |