summaryrefslogtreecommitdiffstats
path: root/noatun/library/noatun/vequalizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/library/noatun/vequalizer.h')
-rw-r--r--noatun/library/noatun/vequalizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/library/noatun/vequalizer.h b/noatun/library/noatun/vequalizer.h
index 5e494472..f28fb4e1 100644
--- a/noatun/library/noatun/vequalizer.h
+++ b/noatun/library/noatun/vequalizer.h
@@ -137,7 +137,7 @@ public:
class KDE_EXPORT VInterpolation : public TQObject, public VBandsInterface
{
Q_OBJECT
- TQ_OBJECT
+
struct Private;
Private *d;
friend class VBand;
@@ -177,7 +177,7 @@ class VPreset;
class KDE_EXPORT VEqualizer : public TQObject, public VBandsInterface
{
Q_OBJECT
- TQ_OBJECT
+
friend class VBand;
friend class VPreset;
friend class Engine;