summaryrefslogtreecommitdiffstats
path: root/noatun/modules/artseffects/extrastereogui_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/artseffects/extrastereogui_impl.cc')
-rw-r--r--noatun/modules/artseffects/extrastereogui_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/artseffects/extrastereogui_impl.cc b/noatun/modules/artseffects/extrastereogui_impl.cc
index b5a19bf0..92148ba0 100644
--- a/noatun/modules/artseffects/extrastereogui_impl.cc
+++ b/noatun/modules/artseffects/extrastereogui_impl.cc
@@ -7,7 +7,7 @@ namespace Arts {
ExtraStereoGUI_impl::ExtraStereoGUI_impl() : TQWidget(0)
{
(new TQHBoxLayout(this))->setAutoAdd(true);
- mSlider=new TQSlider(0,100,10, 0, Horizontal, this);
+ mSlider=new TQSlider(0,100,10, 0,Qt::Horizontal, this);
mSlider->show();
show();
}