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 --- styles/phase/config/phasestyleconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/phase') diff --git a/styles/phase/config/phasestyleconfig.cpp b/styles/phase/config/phasestyleconfig.cpp index 4a3b7bcd..401361a9 100644 --- a/styles/phase/config/phasestyleconfig.cpp +++ b/styles/phase/config/phasestyleconfig.cpp @@ -103,7 +103,7 @@ void PhaseStyleConfig::defaults() extern "C" { - KDE_EXPORT TQObject* allocate_tdestyle_config(TQWidget* parent) { + TDE_EXPORT TQObject* allocate_tdestyle_config(TQWidget* parent) { return(new PhaseStyleConfig(parent)); } } -- cgit v1.2.1