summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/charlatan/seeker.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/charlatan/seeker.h')
-rw-r--r--noatun-plugins/charlatan/seeker.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/noatun-plugins/charlatan/seeker.h b/noatun-plugins/charlatan/seeker.h
index 922f902..98b071a 100644
--- a/noatun-plugins/charlatan/seeker.h
+++ b/noatun-plugins/charlatan/seeker.h
@@ -27,13 +27,14 @@
class TQTimer;
-class Seeker : public QSlider
+class Seeker : public TQSlider
{
Q_OBJECT
+ TQ_OBJECT
public:
- Seeker(TQWidget * parent);
+ Seeker(TQWidget * tqparent);
virtual ~Seeker();
protected slots:
@@ -51,7 +52,7 @@ class Seeker : public QSlider
private:
bool adjusting_;
- QTimer * delayedUpdateTimer_;
+ TQTimer * delayedUpdateTimer_;
};
#endif