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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/scripts/graphequalizer/stdinreader.h b/amarok/src/scripts/graphequalizer/stdinreader.h
index a29ead8e..33edd8d9 100644
--- a/amarok/src/scripts/graphequalizer/stdinreader.h
+++ b/amarok/src/scripts/graphequalizer/stdinreader.h
@@ -19,7 +19,7 @@ public:
:TQObject(parent,name)
{
TQSocketNotifier* streamListener = new TQSocketNotifier(0, TQSocketNotifier::Read, this, "stdinWatcher");
- connect(streamListener, TQT_SIGNAL(activated(int)), this, TQT_SLOT(dataRecieved()) );
+ connect(streamListener, TQ_SIGNAL(activated(int)), this, TQ_SLOT(dataRecieved()) );
}
~StdinReader() { }