From 22ddaacbbe263bdb889425852250b864a042e0c5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:47:17 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit 63063f5dceb4fb45a185897b6b5796fba673cbb0) --- noatun-plugins/nexscope/noatunplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'noatun-plugins/nexscope') diff --git a/noatun-plugins/nexscope/noatunplugin.cpp b/noatun-plugins/nexscope/noatunplugin.cpp index fe4d569..5c27cef 100644 --- a/noatun-plugins/nexscope/noatunplugin.cpp +++ b/noatun-plugins/nexscope/noatunplugin.cpp @@ -8,7 +8,7 @@ extern "C" { - KDE_EXPORT Plugin* create_plugin() + TDE_EXPORT Plugin* create_plugin() { TDEGlobal::locale()->insertCatalogue("nexscope"); return new NexPlugin(); -- cgit v1.2.1