From 1fe043c85008f5af4ff6c0e3ce028bfecbcd9182 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:53 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit 10f886b2fa3fbe9397f6dcaf0db77f1e706b2356) --- kdeaccounts-plugin/kdeaccountsformat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdeaccounts-plugin/kdeaccountsformat.cpp') diff --git a/kdeaccounts-plugin/kdeaccountsformat.cpp b/kdeaccounts-plugin/kdeaccountsformat.cpp index 8c01307c..6c4403d1 100644 --- a/kdeaccounts-plugin/kdeaccountsformat.cpp +++ b/kdeaccounts-plugin/kdeaccountsformat.cpp @@ -9,7 +9,7 @@ extern "C" { - KDE_EXPORT TDEABC::FormatPlugin *format() + TDE_EXPORT TDEABC::FormatPlugin *format() { return new KDEAccountsFormat(); } -- cgit v1.2.3