summaryrefslogtreecommitdiffstats
path: root/noatun/modules/artseffects/extrastereogui_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/artseffects/extrastereogui_impl.h')
-rw-r--r--noatun/modules/artseffects/extrastereogui_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun/modules/artseffects/extrastereogui_impl.h b/noatun/modules/artseffects/extrastereogui_impl.h
index 56104ae8..d807644a 100644
--- a/noatun/modules/artseffects/extrastereogui_impl.h
+++ b/noatun/modules/artseffects/extrastereogui_impl.h
@@ -1,12 +1,12 @@
#include "artseffects.h"
#include "stdsynthmodule.h"
-#include <qwidget.h>
+#include <tqwidget.h>
class QSlider;
namespace Arts {
-class ExtraStereoGUI_impl : public QWidget, virtual public ExtraStereoGUI_skel
+class ExtraStereoGUI_impl : public TQWidget, virtual public ExtraStereoGUI_skel
{
public:
ExtraStereo effect;
@@ -19,7 +19,7 @@ public slots:
void changeSlider(int);
private:
- QSlider *mSlider;
+ TQSlider *mSlider;
};