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 4a5621ef..244fcd11 100644
--- a/noatun/library/noatun/vequalizer.h
+++ b/noatun/library/noatun/vequalizer.h
@@ -136,7 +136,7 @@ public:
**/
class KDE_EXPORT VInterpolation : public TQObject, public VBandsInterface
{
- Q_OBJECT
+ TQ_OBJECT
struct Private;
Private *d;
@@ -176,7 +176,7 @@ class VPreset;
**/
class KDE_EXPORT VEqualizer : public TQObject, public VBandsInterface
{
- Q_OBJECT
+ TQ_OBJECT
friend class VBand;
friend class VPreset;