From bba3128085abe1a32cca43d9fb8ac02c2a29bf6b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 1 May 2024 21:32:16 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- tdestyles/highcontrast/config/highcontrastconfig.cpp | 2 +- tdestyles/plastik/config/plastikconf.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tdestyles') diff --git a/tdestyles/highcontrast/config/highcontrastconfig.cpp b/tdestyles/highcontrast/config/highcontrastconfig.cpp index a570a6eab..ce43f45bd 100644 --- a/tdestyles/highcontrast/config/highcontrastconfig.cpp +++ b/tdestyles/highcontrast/config/highcontrastconfig.cpp @@ -33,7 +33,7 @@ DEALINGS IN THE SOFTWARE. #include "highcontrastconfig.h" -extern "C" KDE_EXPORT TQWidget* +extern "C" TDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent) { return new HighContrastStyleConfig(parent); diff --git a/tdestyles/plastik/config/plastikconf.cpp b/tdestyles/plastik/config/plastikconf.cpp index 35dd2a1b2..5da07beb1 100644 --- a/tdestyles/plastik/config/plastikconf.cpp +++ b/tdestyles/plastik/config/plastikconf.cpp @@ -39,7 +39,7 @@ DEALINGS IN THE SOFTWARE. extern "C" { - KDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent) + TDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent) { TDEGlobal::locale()->insertCatalogue("tdestyle_plastik_config"); return new PlastikStyleConfig(parent); -- cgit v1.2.1