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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/amarok/src/scripts/graphequalizer/stdinreader.h b/amarok/src/scripts/graphequalizer/stdinreader.h
index 16ff12b4..4fa92856 100644
--- a/amarok/src/scripts/graphequalizer/stdinreader.h
+++ b/amarok/src/scripts/graphequalizer/stdinreader.h
@@ -9,12 +9,12 @@
#include <tqtextstream.h>
#include <kdebug.h>
-class StdinReader : public QObject
+class StdinReader : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
- StdinReader(TQObject * parent = 0, const char * name = 0)
- :TQObject(parent,name)
+ StdinReader(TQObject * tqparent = 0, const char * name = 0)
+ :TQObject(tqparent,name)
{
TQSocketNotifier* streamListener = new TQSocketNotifier(0, TQSocketNotifier::Read, this, "stdinWatcher");
connect(streamListener, TQT_SIGNAL(activated(int)), this, TQT_SLOT(dataRecieved()) );