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-07 19:44:20 +0900 |
| commit | 4fb5c88b67e66d11d5431f88cfdb4b22b2ab13b4 (patch) | |
| tree | d9a8c208ba9a0121ab8d59223613ffe73ad11397 | |
| parent | e66907c1df605041c84d70400666f067da79a0bb (diff) | |
| download | twin-style-machbunt-4fb5c88b.tar.gz twin-style-machbunt-4fb5c88b.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e146c56cf4775db041aa29af02864c8808880f2)
| -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(); } |
