summaryrefslogtreecommitdiffstats
path: root/src/include/radiostation-config.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:16:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 11:48:25 +0900
commit68a834008fb8d89f9cbf4ed3d7b9f9d0e99232b6 (patch)
tree7788db58e9254cf5f9942b41b4430d73682f1844 /src/include/radiostation-config.h
parent16bc99ab76f1b17af92b9187f33a3ad76dd649b2 (diff)
downloadtderadio-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/radiostation-config.h')
-rw-r--r--src/include/radiostation-config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/radiostation-config.h b/src/include/radiostation-config.h
index 603e3ee..be0b48e 100644
--- a/src/include/radiostation-config.h
+++ b/src/include/radiostation-config.h
@@ -27,7 +27,7 @@
class RadioStation;
-class KDE_EXPORT RadioStationConfig : public TQWidget
+class TDE_EXPORT RadioStationConfig : public TQWidget
{
TQ_OBJECT
@@ -43,7 +43,7 @@ signals:
};
-class KDE_EXPORT UndefinedRadioStationConfig : public RadioStationConfig
+class TDE_EXPORT UndefinedRadioStationConfig : public RadioStationConfig
{
TQ_OBJECT
@@ -59,7 +59,7 @@ public:
class TQSpinBox;
-class KDE_EXPORT FrequencyRadioStationConfig : public RadioStationConfig
+class TDE_EXPORT FrequencyRadioStationConfig : public RadioStationConfig
{
TQ_OBJECT