diff options
Diffstat (limited to 'amarok/src/scripts/graphequalizer/stdinreader.h')
-rw-r--r-- | amarok/src/scripts/graphequalizer/stdinreader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/scripts/graphequalizer/stdinreader.h b/amarok/src/scripts/graphequalizer/stdinreader.h index b4b8acbd..95a0adc1 100644 --- a/amarok/src/scripts/graphequalizer/stdinreader.h +++ b/amarok/src/scripts/graphequalizer/stdinreader.h @@ -15,8 +15,8 @@ class StdinReader : public TQObject TQ_OBJECT public: - StdinReader(TQObject * tqparent = 0, const char * name = 0) - :TQObject(tqparent,name) + StdinReader(TQObject * parent = 0, const char * name = 0) + :TQObject(parent,name) { TQSocketNotifier* streamListener = new TQSocketNotifier(0, TQSocketNotifier::Read, this, "stdinWatcher"); connect(streamListener, TQT_SIGNAL(activated(int)), this, TQT_SLOT(dataRecieved()) ); |