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/tyler/file.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'noatun-plugins/tyler/file.cpp') diff --git a/noatun-plugins/tyler/file.cpp b/noatun-plugins/tyler/file.cpp index 79fb663..afbf908 100644 --- a/noatun-plugins/tyler/file.cpp +++ b/noatun-plugins/tyler/file.cpp @@ -41,7 +41,7 @@ static TQString getSavePath(void) extern "C" { - KDE_EXPORT void save_effect(t_effect *effect) + TDE_EXPORT void save_effect(t_effect *effect) { TQFile file(getSavePath()); if(!file.open(IO_WriteOnly)) @@ -61,7 +61,7 @@ int nb_effects=0; extern "C" { - KDE_EXPORT void load_effects() + TDE_EXPORT void load_effects() { TQFile file(getDataPath()); if(!file.open(IO_ReadOnly)) @@ -84,7 +84,7 @@ extern "C" extern "C" { - KDE_EXPORT void load_random_effect(t_effect *effect) + TDE_EXPORT void load_random_effect(t_effect *effect) { if(nb_effects > 0) { -- cgit v1.2.1