diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:48:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-06 11:01:12 +0900 |
commit | 079c37d101ef339b975361f9ab86053f609f8e3e (patch) | |
tree | 29e6fdbfc08a85a76054c5f5c0362bd81ceee600 /noatun/modules/noatunui/noatunui.cpp | |
parent | fe5957a3c2bfde3d06408f20b0d75fb56e114df3 (diff) | |
download | tdemultimedia-079c37d101ef339b975361f9ab86053f609f8e3e.tar.gz tdemultimedia-079c37d101ef339b975361f9ab86053f609f8e3e.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cdd8febb68a55d7651ba5f18cb54bbd2e96e448a)
Diffstat (limited to 'noatun/modules/noatunui/noatunui.cpp')
-rw-r--r-- | noatun/modules/noatunui/noatunui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/noatunui/noatunui.cpp b/noatun/modules/noatunui/noatunui.cpp index adb9534b..081b9158 100644 --- a/noatun/modules/noatunui/noatunui.cpp +++ b/noatun/modules/noatunui/noatunui.cpp @@ -2,7 +2,7 @@ extern "C" { - KDE_EXPORT Plugin *create_plugin() + TDE_EXPORT Plugin *create_plugin() { return new MilkChocolate; } |