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:47:05 +0900 |
commit | 7bfdcc0b8d382c142a59160bc87033c211da385d (patch) | |
tree | ff301853b04ac5d252681dd6f259534c274b85f1 /src/stationlist.cpp | |
parent | 124924edaf305e348ab27567e78f81f033f4952c (diff) | |
download | tderadio-7bfdcc0b8d382c142a59160bc87033c211da385d.tar.gz tderadio-7bfdcc0b8d382c142a59160bc87033c211da385d.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/stationlist.cpp')
-rw-r--r-- | src/stationlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stationlist.cpp b/src/stationlist.cpp index 6dc8643..8c5544b 100644 --- a/src/stationlist.cpp +++ b/src/stationlist.cpp @@ -32,7 +32,7 @@ ////////////////////////////////////////////////////////////////////////////// -const KDE_EXPORT StationList emptyStationList; +const TDE_EXPORT StationList emptyStationList; ////////////////////////////////////////////////////////////////////////////// |