summaryrefslogtreecommitdiffstats
path: root/src/include/interfaces.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:47:05 +0900
commit7bfdcc0b8d382c142a59160bc87033c211da385d (patch)
treeff301853b04ac5d252681dd6f259534c274b85f1 /src/include/interfaces.h
parent124924edaf305e348ab27567e78f81f033f4952c (diff)
downloadtderadio-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/interfaces.h')
-rw-r--r--src/include/interfaces.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/interfaces.h b/src/include/interfaces.h
index 853933e..3c96281 100644
--- a/src/include/interfaces.h
+++ b/src/include/interfaces.h
@@ -401,7 +401,7 @@ private:
#define INTERFACE(IF, cmplIF) \
class IF; \
class cmplIF; \
- class KDE_EXPORT IF : public InterfaceBase<IF, cmplIF> \
+ class TDE_EXPORT IF : public InterfaceBase<IF, cmplIF> \
#define IF_CON_DESTRUCTOR(IF, n) \
IF() : BaseClass((n)) {} \