summaryrefslogtreecommitdiffstats
path: root/src/SUSE2.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:23:04 +0900
committerMichele Calgaro <[email protected]>2024-05-07 19:44:52 +0900
commita7b408a97d1b93aaf98a93f2bdd40fda879760f2 (patch)
treea50e44183ff74c0af6ac5354242e94e4b22f9605 /src/SUSE2.cpp
parent2b3d19a5b3670a0cba79e85fc9b2fb64e0e45c8d (diff)
downloadtwin-style-suse2-a7b408a97d1b93aaf98a93f2bdd40fda879760f2.tar.gz
twin-style-suse2-a7b408a97d1b93aaf98a93f2bdd40fda879760f2.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit fa5d98fdffc4919ce73fdece665a3c9f13427e8f)
Diffstat (limited to 'src/SUSE2.cpp')
-rw-r--r--src/SUSE2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SUSE2.cpp b/src/SUSE2.cpp
index 2e911a7..e485e87 100644
--- a/src/SUSE2.cpp
+++ b/src/SUSE2.cpp
@@ -324,7 +324,7 @@ SUSE2Handler *Handler()
extern "C"
{
- KDE_EXPORT KDecorationFactory *create_factory()
+ TDE_EXPORT KDecorationFactory *create_factory()
{
KWinSUSE2::handler = new KWinSUSE2::SUSE2Handler();
return KWinSUSE2::handler;