From dec195e833b3ac38ae6d5e5c14271aab7431c990 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 3 May 2024 12:22:08 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit cdc8dc2597db36d07991d9454e3953125b28eed6) --- style/config/polyesterconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/config/polyesterconf.cpp') diff --git a/style/config/polyesterconf.cpp b/style/config/polyesterconf.cpp index a114084..b62bfc0 100755 --- a/style/config/polyesterconf.cpp +++ b/style/config/polyesterconf.cpp @@ -49,7 +49,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("polyester"); return new PolyesterStyleConfig(parent); -- cgit v1.2.1