From 761017d5e29add7476b4c3036a0e3d2167ae37c6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:21:45 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro --- src/twin/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/twin/config/config.cpp') diff --git a/src/twin/config/config.cpp b/src/twin/config/config.cpp index faccffa..f33d315 100644 --- a/src/twin/config/config.cpp +++ b/src/twin/config/config.cpp @@ -95,7 +95,7 @@ void IaOraConfig::defaults() extern "C" { - KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) { + TDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) { return (new IaOraConfig(config, parent)); } } -- cgit v1.2.1