summaryrefslogtreecommitdiffstats
path: root/noatun/modules/artseffects
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/artseffects')
-rw-r--r--noatun/modules/artseffects/extrastereo_impl.cc2
-rw-r--r--noatun/modules/artseffects/extrastereogui_impl.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/artseffects/extrastereo_impl.cc b/noatun/modules/artseffects/extrastereo_impl.cc
index 3dc92705..28b02d8e 100644
--- a/noatun/modules/artseffects/extrastereo_impl.cc
+++ b/noatun/modules/artseffects/extrastereo_impl.cc
@@ -134,7 +134,7 @@ public:
intense.min(0);
intense.max(5);
intense.value(e.intensity());
- intense.parent(hbox);
+ intense.tqparent(hbox);
intense.show();
connect(intense,"value_changed", e, "intensity");
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();
}