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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/charlatan/seeker.h b/noatun-plugins/charlatan/seeker.h
index ff7af93..c5e6cff 100644
--- a/noatun-plugins/charlatan/seeker.h
+++ b/noatun-plugins/charlatan/seeker.h
@@ -23,7 +23,7 @@
#ifndef SEEKER_H
#define SEEKER_H
-#include <qslider.h>
+#include <tqslider.h>
class QTimer;
@@ -33,7 +33,7 @@ class Seeker : public QSlider
public:
- Seeker(QWidget * parent);
+ Seeker(TQWidget * parent);
virtual ~Seeker();
protected slots:
@@ -46,7 +46,7 @@ class Seeker : public QSlider
protected:
- void wheelEvent(QWheelEvent *);
+ void wheelEvent(TQWheelEvent *);
private: