diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:16:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 11:48:25 +0900 |
commit | 68a834008fb8d89f9cbf4ed3d7b9f9d0e99232b6 (patch) | |
tree | 7788db58e9254cf5f9942b41b4430d73682f1844 /src/include/frequencyradiostation.h | |
parent | 16bc99ab76f1b17af92b9187f33a3ad76dd649b2 (diff) | |
download | tderadio-68a83400.tar.gz tderadio-68a83400.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7bfdcc0b8d382c142a59160bc87033c211da385d)
Diffstat (limited to 'src/include/frequencyradiostation.h')
-rw-r--r-- | src/include/frequencyradiostation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/frequencyradiostation.h b/src/include/frequencyradiostation.h index eb62e4d..305e032 100644 --- a/src/include/frequencyradiostation.h +++ b/src/include/frequencyradiostation.h @@ -37,7 +37,7 @@ // Kopenhagener Wellenplan: 9kHz #define STATION_FREQ_INTERVAL_AM 0.009 -class KDE_EXPORT FrequencyRadioStation : public RadioStation { +class TDE_EXPORT FrequencyRadioStation : public RadioStation { public: FrequencyRadioStation (); FrequencyRadioStation (float frequency); |