diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:23:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:23:04 +0900 |
commit | fa5d98fdffc4919ce73fdece665a3c9f13427e8f (patch) | |
tree | a2121c0af6aa4c1312bad34697289d70d3755ba5 | |
parent | e0d3d7ab19b1d1d7fa8c8cbbffbb6d4d4fc73fb1 (diff) | |
download | twin-style-suse2-fa5d98fdffc4919ce73fdece665a3c9f13427e8f.tar.gz twin-style-suse2-fa5d98fdffc4919ce73fdece665a3c9f13427e8f.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/SUSE2.cpp | 2 | ||||
-rw-r--r-- | src/config/config.cpp | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/src/config/config.cpp b/src/config/config.cpp index 7372eb7..77359c1 100644 --- a/src/config/config.cpp +++ b/src/config/config.cpp @@ -274,7 +274,7 @@ void SUSE2Config::selectImage() extern "C" { - KDE_EXPORT TQObject *allocate_config(TDEConfig *config, TQWidget *parent) { + TDE_EXPORT TQObject *allocate_config(TDEConfig *config, TQWidget *parent) { return (new SUSE2Config(config, parent)); } } |