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/radiostation-listview.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/radiostation-listview.h')
-rw-r--r-- | src/include/radiostation-listview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/radiostation-listview.h b/src/include/radiostation-listview.h index 71a56e3..05d41ed 100644 --- a/src/include/radiostation-listview.h +++ b/src/include/radiostation-listview.h @@ -28,7 +28,7 @@ class RadioStation; class StationList; -class KDE_EXPORT RadioStationListView : public TDEListView +class TDE_EXPORT RadioStationListView : public TDEListView { TQ_OBJECT |