diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:47:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 22:34:26 +0900 |
commit | 22ddaacbbe263bdb889425852250b864a042e0c5 (patch) | |
tree | a8b1bff3826a28cace97ab71848a443c67f229cd /noatun-plugins/alsaplayer/alsaplayerui.cpp | |
parent | 1650326a063d48ee2831512b8049991587b76d52 (diff) | |
download | tdeaddons-22ddaacbbe263bdb889425852250b864a042e0c5.tar.gz tdeaddons-22ddaacbbe263bdb889425852250b864a042e0c5.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 63063f5dceb4fb45a185897b6b5796fba673cbb0)
Diffstat (limited to 'noatun-plugins/alsaplayer/alsaplayerui.cpp')
-rw-r--r-- | noatun-plugins/alsaplayer/alsaplayerui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/alsaplayer/alsaplayerui.cpp b/noatun-plugins/alsaplayer/alsaplayerui.cpp index 84c92e0..06e6924 100644 --- a/noatun-plugins/alsaplayer/alsaplayerui.cpp +++ b/noatun-plugins/alsaplayer/alsaplayerui.cpp @@ -25,7 +25,7 @@ extern "C" { - KDE_EXPORT Plugin* create_plugin() + TDE_EXPORT Plugin* create_plugin() { TDEGlobal::locale()->insertCatalogue("alsaplayerui"); return new AlsaPlayer; |