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/include/stationselector.h | |
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/include/stationselector.h')
-rw-r--r-- | src/include/stationselector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/stationselector.h b/src/include/stationselector.h index 4e1ccaa..4a5d557 100644 --- a/src/include/stationselector.h +++ b/src/include/stationselector.h @@ -35,7 +35,7 @@ class RadioStationListView; -class KDE_EXPORT StationSelector : public StationSelectorUI, +class TDE_EXPORT StationSelector : public StationSelectorUI, public IRadioClient, public IStationSelectionClient { |