summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/vequalizer.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:33 +0900
commitcdd8febb68a55d7651ba5f18cb54bbd2e96e448a (patch)
tree79c8f33c33acda097108b022db1e591b234af968 /noatun/library/noatun/vequalizer.h
parent249738f07cec0169142f5cbdf79d222ddbcf3a4b (diff)
downloadtdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.tar.gz
tdemultimedia-cdd8febb68a55d7651ba5f18cb54bbd2e96e448a.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun/library/noatun/vequalizer.h')
-rw-r--r--noatun/library/noatun/vequalizer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/library/noatun/vequalizer.h b/noatun/library/noatun/vequalizer.h
index 244fcd11..2eff3715 100644
--- a/noatun/library/noatun/vequalizer.h
+++ b/noatun/library/noatun/vequalizer.h
@@ -76,7 +76,7 @@ class VEqualizer;
* Represents a single band in a vequalizer
* @author Charles Samuels
**/
-class KDE_EXPORT VBand
+class TDE_EXPORT VBand
{
friend class VInterpolation;
friend class VEqualizer;
@@ -134,7 +134,7 @@ public:
* @short interpolated representation of Eq data
* @author Charles Samuels
**/
-class KDE_EXPORT VInterpolation : public TQObject, public VBandsInterface
+class TDE_EXPORT VInterpolation : public TQObject, public VBandsInterface
{
TQ_OBJECT
@@ -174,7 +174,7 @@ class VPreset;
* @short Noatun EQ
* @author Charles Samuels
**/
-class KDE_EXPORT VEqualizer : public TQObject, public VBandsInterface
+class TDE_EXPORT VEqualizer : public TQObject, public VBandsInterface
{
TQ_OBJECT