summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/charlatan/seeker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/charlatan/seeker.cpp')
-rw-r--r--noatun-plugins/charlatan/seeker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/charlatan/seeker.cpp b/noatun-plugins/charlatan/seeker.cpp
index c5ca084..fc55f36 100644
--- a/noatun-plugins/charlatan/seeker.cpp
+++ b/noatun-plugins/charlatan/seeker.cpp
@@ -27,8 +27,8 @@
#include "seeker.h"
#include "seeker.moc"
-Seeker::Seeker(TQWidget * parent)
- : TQSlider(0, 60, 10, 0, Horizontal, parent),
+Seeker::Seeker(TQWidget * tqparent)
+ : TQSlider(0, 60, 10, 0,Qt::Horizontal, tqparent),
adjusting_(false)
{
delayedUpdateTimer_ = new TQTimer(this);