summaryrefslogtreecommitdiffstats
path: root/arts/modules/effects/fivebandmonocomplexeq_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'arts/modules/effects/fivebandmonocomplexeq_impl.cc')
-rw-r--r--arts/modules/effects/fivebandmonocomplexeq_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/modules/effects/fivebandmonocomplexeq_impl.cc b/arts/modules/effects/fivebandmonocomplexeq_impl.cc
index 0891458c..827687e2 100644
--- a/arts/modules/effects/fivebandmonocomplexeq_impl.cc
+++ b/arts/modules/effects/fivebandmonocomplexeq_impl.cc
@@ -110,7 +110,7 @@ public:
Arts::LayoutBox hbox;
hbox.direction( Arts::LeftToRight );
- hbox.tqlayoutmargin( 5 ); hbox.spacing( 5 );
+ hbox.layoutmargin( 5 ); hbox.spacing( 5 );
Arts::Poti lowgain; lowgain.caption( i18n( "Low Gain" ).utf8().data() );
lowgain.min( -24 ); lowgain.max( 24 );