diff options
Diffstat (limited to 'noatun-plugins/charlatan/seeker.cpp')
-rw-r--r-- | noatun-plugins/charlatan/seeker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun-plugins/charlatan/seeker.cpp b/noatun-plugins/charlatan/seeker.cpp index fc55f36..e486ad4 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 * tqparent) - : TQSlider(0, 60, 10, 0,Qt::Horizontal, tqparent), +Seeker::Seeker(TQWidget * parent) + : TQSlider(0, 60, 10, 0,Qt::Horizontal, parent), adjusting_(false) { delayedUpdateTimer_ = new TQTimer(this); |