summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:22:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 19:44:20 +0900
commit4fb5c88b67e66d11d5431f88cfdb4b22b2ab13b4 (patch)
treed9a8c208ba9a0121ab8d59223613ffe73ad11397
parente66907c1df605041c84d70400666f067da79a0bb (diff)
downloadtwin-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.cpp2
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();
}