summaryrefslogtreecommitdiffstats
path: root/amarok/src/scripts/graphequalizer/stdinreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/scripts/graphequalizer/stdinreader.h')
-rw-r--r--amarok/src/scripts/graphequalizer/stdinreader.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/amarok/src/scripts/graphequalizer/stdinreader.h b/amarok/src/scripts/graphequalizer/stdinreader.h
index 4fa92856..b4b8acbd 100644
--- a/amarok/src/scripts/graphequalizer/stdinreader.h
+++ b/amarok/src/scripts/graphequalizer/stdinreader.h
@@ -11,8 +11,10 @@
class StdinReader : public TQObject
{
-TQ_OBJECT
- public:
+ Q_OBJECT
+ TQ_OBJECT
+
+public:
StdinReader(TQObject * tqparent = 0, const char * name = 0)
:TQObject(tqparent,name)
{