summaryrefslogtreecommitdiffstats
path: root/twin-styles
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:47:30 +0900
commit8d98323ef663dedbb8fe7c47bc706d069114af6b (patch)
treeac98d916f8087d544f91253bb3a39485e762f98d /twin-styles
parentd9b27263d7a86f211f5516abff80751ae616ca1d (diff)
downloadtdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.tar.gz
tdeartwork-8d98323ef663dedbb8fe7c47bc706d069114af6b.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin-styles')
-rw-r--r--twin-styles/cde/cdeclient.cpp2
-rw-r--r--twin-styles/cde/config/config.cpp2
-rw-r--r--twin-styles/glow/config/glowconfigdialog.cpp2
-rw-r--r--twin-styles/glow/glowclient.cpp2
-rw-r--r--twin-styles/icewm/config/config.cpp2
-rw-r--r--twin-styles/icewm/icewm.cpp2
-rw-r--r--twin-styles/kde1/kde1client.cpp2
-rw-r--r--twin-styles/kstep/nextclient.cpp2
-rw-r--r--twin-styles/openlook/OpenLook.cpp2
-rw-r--r--twin-styles/riscos/Manager.cpp2
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.cpp2
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.cpp2
-rw-r--r--twin-styles/system/systemclient.cpp2
13 files changed, 13 insertions, 13 deletions
diff --git a/twin-styles/cde/cdeclient.cpp b/twin-styles/cde/cdeclient.cpp
index 1c89f218..621e9ac1 100644
--- a/twin-styles/cde/cdeclient.cpp
+++ b/twin-styles/cde/cdeclient.cpp
@@ -31,7 +31,7 @@
#include <tdelocale.h>
#include <tdeconfig.h>
-extern "C" KDE_EXPORT KDecorationFactory* create_factory()
+extern "C" TDE_EXPORT KDecorationFactory* create_factory()
{
return new CDE::CdeClientFactory();
}
diff --git a/twin-styles/cde/config/config.cpp b/twin-styles/cde/config/config.cpp
index e14c82b0..577a9966 100644
--- a/twin-styles/cde/config/config.cpp
+++ b/twin-styles/cde/config/config.cpp
@@ -6,7 +6,7 @@
#include <tqvbox.h>
#include <tdelocale.h>
-extern "C" KDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
+extern "C" TDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
{
return new CdeConfig(conf, parent);
}
diff --git a/twin-styles/glow/config/glowconfigdialog.cpp b/twin-styles/glow/config/glowconfigdialog.cpp
index 98234175..9ce337b7 100644
--- a/twin-styles/glow/config/glowconfigdialog.cpp
+++ b/twin-styles/glow/config/glowconfigdialog.cpp
@@ -45,7 +45,7 @@
extern "C"
{
- KDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
+ TDE_EXPORT TQObject* allocate_config( TDEConfig* conf, TQWidget* parent )
{
return(new GlowConfigDialog(conf, parent));
}
diff --git a/twin-styles/glow/glowclient.cpp b/twin-styles/glow/glowclient.cpp
index 7c905e99..efec7724 100644
--- a/twin-styles/glow/glowclient.cpp
+++ b/twin-styles/glow/glowclient.cpp
@@ -896,7 +896,7 @@ KDecoration* GlowClientGlobals::createDecoration( KDecorationBridge* bridge )
} // end of namespace
extern "C"
-KDE_EXPORT KDecorationFactory* create_factory()
+TDE_EXPORT KDecorationFactory* create_factory()
{
return Glow::GlowClientGlobals::instance();
}
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;
diff --git a/twin-styles/kde1/kde1client.cpp b/twin-styles/kde1/kde1client.cpp
index 1dbc4535..e13d1b06 100644
--- a/twin-styles/kde1/kde1client.cpp
+++ b/twin-styles/kde1/kde1client.cpp
@@ -803,7 +803,7 @@ bool StdFactory::supports( Ability ability )
extern "C"
{
- KDE_EXPORT KDecorationFactory *create_factory()
+ TDE_EXPORT KDecorationFactory *create_factory()
{
return new TDE1::StdFactory();
}
diff --git a/twin-styles/kstep/nextclient.cpp b/twin-styles/kstep/nextclient.cpp
index 8cb138bc..1176db08 100644
--- a/twin-styles/kstep/nextclient.cpp
+++ b/twin-styles/kstep/nextclient.cpp
@@ -980,7 +980,7 @@ NextClientFactory::borderSizes() const
} // KStep namespace
-extern "C" KDE_EXPORT KDecorationFactory* create_factory()
+extern "C" TDE_EXPORT KDecorationFactory* create_factory()
{
return new KStep::NextClientFactory();
}
diff --git a/twin-styles/openlook/OpenLook.cpp b/twin-styles/openlook/OpenLook.cpp
index b824b9a6..b74f3580 100644
--- a/twin-styles/openlook/OpenLook.cpp
+++ b/twin-styles/openlook/OpenLook.cpp
@@ -40,7 +40,7 @@
#include "OpenLook.h"
-extern "C" KDE_EXPORT KDecorationFactory* create_factory()
+extern "C" TDE_EXPORT KDecorationFactory* create_factory()
{
return new OpenLook::DecorationFactory();
}
diff --git a/twin-styles/riscos/Manager.cpp b/twin-styles/riscos/Manager.cpp
index dafac2ff..9f540bed 100644
--- a/twin-styles/riscos/Manager.cpp
+++ b/twin-styles/riscos/Manager.cpp
@@ -44,7 +44,7 @@
extern "C"
{
- KDE_EXPORT KDecorationFactory* create_factory()
+ TDE_EXPORT KDecorationFactory* create_factory()
{
return new RiscOS::Factory();
}
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
index 7f6a2d0d..159ef9cf 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
@@ -174,7 +174,7 @@ void smoothblendConfig::defaults() {
extern "C"
{
- KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent)
+ TDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent)
{
return (new smoothblendConfig(config, parent));
}
diff --git a/twin-styles/smooth-blend/client/smoothblend.cpp b/twin-styles/smooth-blend/client/smoothblend.cpp
index be1d5bb4..78295cfd 100644
--- a/twin-styles/smooth-blend/client/smoothblend.cpp
+++ b/twin-styles/smooth-blend/client/smoothblend.cpp
@@ -61,7 +61,7 @@ static const uint ANIMATIONSTEPS = 4;
extern "C"
{
- KDE_EXPORT KDecorationFactory* create_factory()
+ TDE_EXPORT KDecorationFactory* create_factory()
{
return new smoothblend::smoothblendFactory();
}
diff --git a/twin-styles/system/systemclient.cpp b/twin-styles/system/systemclient.cpp
index 24ca3ba5..f4237c95 100644
--- a/twin-styles/system/systemclient.cpp
+++ b/twin-styles/system/systemclient.cpp
@@ -732,7 +732,7 @@ TQValueList<KDecorationFactory::BorderSize> SystemDecoFactory::borderSizes() con
}
-extern "C" KDE_EXPORT KDecorationFactory *create_factory()
+extern "C" TDE_EXPORT KDecorationFactory *create_factory()
{
return new System::SystemDecoFactory();
}