diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:22:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:22:53 +0900 |
commit | 5e146c56cf4775db041aa29af02864c8808880f2 (patch) | |
tree | d8839ce9ff6a2699106d81cd9db1608b2633a2db | |
parent | f58ac171aa089493e9fec9c80e5272a033bb1739 (diff) | |
download | twin-style-machbunt-5e146c56cf4775db041aa29af02864c8808880f2.tar.gz twin-style-machbunt-5e146c56cf4775db041aa29af02864c8808880f2.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/MachBunt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MachBunt.cpp b/src/MachBunt.cpp index fffb613..3561a34 100644 --- a/src/MachBunt.cpp +++ b/src/MachBunt.cpp @@ -25,7 +25,7 @@ extern "C" { - KDE_EXPORT KDecorationFactory *create_factory() + TDE_EXPORT KDecorationFactory *create_factory() { return new SuSEMachBunt::BuntFactory(); } |