From 8d98323ef663dedbb8fe7c47bc706d069114af6b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:47:30 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- twin-styles/cde/cdeclient.cpp | 2 +- twin-styles/cde/config/config.cpp | 2 +- twin-styles/glow/config/glowconfigdialog.cpp | 2 +- twin-styles/glow/glowclient.cpp | 2 +- twin-styles/icewm/config/config.cpp | 2 +- twin-styles/icewm/icewm.cpp | 2 +- twin-styles/kde1/kde1client.cpp | 2 +- twin-styles/kstep/nextclient.cpp | 2 +- twin-styles/openlook/OpenLook.cpp | 2 +- twin-styles/riscos/Manager.cpp | 2 +- twin-styles/smooth-blend/client/config/smoothblendconfig.cpp | 2 +- twin-styles/smooth-blend/client/smoothblend.cpp | 2 +- twin-styles/system/systemclient.cpp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'twin-styles') 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 #include -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 #include -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 SystemDecoFactory::borderSizes() con } -extern "C" KDE_EXPORT KDecorationFactory *create_factory() +extern "C" TDE_EXPORT KDecorationFactory *create_factory() { return new System::SystemDecoFactory(); } -- cgit v1.2.1