summaryrefslogtreecommitdiffstats
path: root/twin/clients/modernsystem
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:48:00 +0900
committerMichele Calgaro <[email protected]>2024-05-05 21:05:14 +0900
commitbeb289c9a974045e2c9388bb281203c346578c59 (patch)
tree094bfeee684ae5ef627bbf08e1820bff946c18da /twin/clients/modernsystem
parent54334e21a2858cac8e8e2b6553c24d0881005c0e (diff)
downloadtdebase-beb289c9a974045e2c9388bb281203c346578c59.tar.gz
tdebase-beb289c9a974045e2c9388bb281203c346578c59.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 026828840f8255b5c4fde83ea95209f6f1f5ef8f)
Diffstat (limited to 'twin/clients/modernsystem')
-rw-r--r--twin/clients/modernsystem/config/config.cpp2
-rw-r--r--twin/clients/modernsystem/modernsys.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/twin/clients/modernsystem/config/config.cpp b/twin/clients/modernsystem/config/config.cpp
index 187278d43..4fba7538d 100644
--- a/twin/clients/modernsystem/config/config.cpp
+++ b/twin/clients/modernsystem/config/config.cpp
@@ -12,7 +12,7 @@
extern "C"
{
- KDE_EXPORT TQObject* allocate_config(TDEConfig* conf, TQWidget* parent)
+ TDE_EXPORT TQObject* allocate_config(TDEConfig* conf, TQWidget* parent)
{
return(new ModernSysConfig(conf, parent));
}
diff --git a/twin/clients/modernsystem/modernsys.cpp b/twin/clients/modernsystem/modernsys.cpp
index 94615b190..3777df9d8 100644
--- a/twin/clients/modernsystem/modernsys.cpp
+++ b/twin/clients/modernsystem/modernsys.cpp
@@ -731,7 +731,7 @@ bool ModernSysFactory::supports( Ability ability )
}
// KWin extended plugin interface
-extern "C" KDE_EXPORT KDecorationFactory* create_factory()
+extern "C" TDE_EXPORT KDecorationFactory* create_factory()
{
return new ModernSystem::ModernSysFactory();
}