From 83fbc82a101309e171089f0d5ed080f82a367345 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:49:11 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- arts/gui/common/artsgui.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arts/gui/common/artsgui.idl') diff --git a/arts/gui/common/artsgui.idl b/arts/gui/common/artsgui.idl index c88dd3f1..a9a3950a 100644 --- a/arts/gui/common/artsgui.idl +++ b/arts/gui/common/artsgui.idl @@ -89,7 +89,7 @@ module Arts { attribute long midlinewidth; attribute long framestyle; - attribute Shape frametqshape; + attribute Shape frameshape; attribute Shadow frameshadow; }; @@ -126,7 +126,7 @@ module Arts { interface LayoutBox : Frame { /// Sets the direction of the widgets. Can be changed on-the-fly. attribute Direction direction; - /// Adds a widget with the stretch-factor and the tqalignment. + /// Adds a widget with the stretch-factor and the alignment. void addWidget( Widget widget, long stretch, long align ); void addWidget( Widget widget, long stretch ); void addWidget( Widget widget ); @@ -256,7 +256,7 @@ module Arts { interface Label : Frame { /// The text to show. attribute string text; - /// The tqalignment of the text. See enum Align + /// The alignment of the text. See enum Align attribute long align; /// Fontsize [pixel] /*writeonly*/ attribute long fontsize; -- cgit v1.2.1