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 e3c12c1..282f50d 100644
--- a/noatun-plugins/alsaplayer/seeker.cpp
+++ b/noatun-plugins/alsaplayer/seeker.cpp
@@ -26,8 +26,8 @@
#include <noatun/player.h>
#include "seeker.h"
-Seeker::Seeker(TQWidget * tqparent, const char * name)
- : L33tSlider(0, 1000, 10, 0,Qt::Horizontal, tqparent, name)
+Seeker::Seeker(TQWidget * parent, const char * name)
+ : L33tSlider(0, 1000, 10, 0,Qt::Horizontal, parent, name)
{
connect(this, TQT_SIGNAL(userChanged(int)), TQT_SLOT(slotValueChanged(int)));