diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:21:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 19:39:56 +0900 |
| commit | a70ae40d37593f2dea5891e243e0506a9a935bb0 (patch) | |
| tree | d0ce3cb96190879115767a749caefa1606075b7f /client/dominoclient.cpp | |
| parent | 43eb7e6f02c7d87ec2913979e20ebcdf3c750bdc (diff) | |
| download | tde-style-domino-a70ae40d.tar.gz tde-style-domino-a70ae40d.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8216f8447c4c19e31b8dfcb184a6e26ec4f27e13)
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(); } |
