summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/alsaplayer/seeker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/alsaplayer/seeker.cpp')
-rw-r--r--noatun-plugins/alsaplayer/seeker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/alsaplayer/seeker.cpp b/noatun-plugins/alsaplayer/seeker.cpp
index b440b2b..1ddd894 100644
--- a/noatun-plugins/alsaplayer/seeker.cpp
+++ b/noatun-plugins/alsaplayer/seeker.cpp
@@ -29,9 +29,9 @@
Seeker::Seeker(TQWidget * parent, const char * name)
: L33tSlider(0, 1000, 10, 0,TQt::Horizontal, parent, name)
{
- connect(this, TQT_SIGNAL(userChanged(int)), TQT_SLOT(slotValueChanged(int)));
+ connect(this, TQ_SIGNAL(userChanged(int)), TQ_SLOT(slotValueChanged(int)));
- connect(napp->player(), TQT_SIGNAL(timeout()), TQT_SLOT(slotTimeout()));
+ connect(napp->player(), TQ_SIGNAL(timeout()), TQ_SLOT(slotTimeout()));
}
Seeker::~Seeker()