summaryrefslogtreecommitdiffstats
path: root/twin-styles/icewm
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:47:30 +0900
committerMichele Calgaro <[email protected]>2024-05-05 17:47:30 +0900
commit8d98323ef663dedbb8fe7c47bc706d069114af6b (patch)
treeac98d916f8087d544f91253bb3a39485e762f98d /twin-styles/icewm
parentd9b27263d7a86f211f5516abff80751ae616ca1d (diff)
downloadtdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.tar.gz
tdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin-styles/icewm')
-rw-r--r--twin-styles/icewm/config/config.cpp2
-rw-r--r--twin-styles/icewm/icewm.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/twin-styles/icewm/config/config.cpp b/twin-styles/icewm/config/config.cpp
index 3b6b77a6..9d7090ff 100644
--- a/twin-styles/icewm/config/config.cpp
+++ b/twin-styles/icewm/config/config.cpp
@@ -39,7 +39,7 @@
extern "C"
{
- KDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
+ TDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
{
return(new IceWMConfig(conf, parent));
}
diff --git a/twin-styles/icewm/icewm.cpp b/twin-styles/icewm/icewm.cpp
index 4ce0a2c8..d535a357 100644
--- a/twin-styles/icewm/icewm.cpp
+++ b/twin-styles/icewm/icewm.cpp
@@ -1693,7 +1693,7 @@ bool IceWMClient::eventFilter( TQObject* o, TQEvent* e )
extern "C"
{
- KDE_EXPORT KDecorationFactory *create_factory()
+ TDE_EXPORT KDecorationFactory *create_factory()
{
IceWM::clientHandler = new IceWM::ThemeHandler;
return IceWM::clientHandler;