diff options
Diffstat (limited to 'karbon/widgets/vtypebuttonbox.cc')
-rw-r--r-- | karbon/widgets/vtypebuttonbox.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/widgets/vtypebuttonbox.cc b/karbon/widgets/vtypebuttonbox.cc index f182341dc..84b3ed14b 100644 --- a/karbon/widgets/vtypebuttonbox.cc +++ b/karbon/widgets/vtypebuttonbox.cc @@ -217,11 +217,11 @@ static const char* const buttonpattern[]={ #include "vtypebuttonbox.h" VTypeButtonBox::VTypeButtonBox( KarbonPart *part, - TQWidget* tqparent, const char* name ) - : TQHButtonGroup( tqparent, name ), + TQWidget* parent, const char* name ) + : TQHButtonGroup( parent, name ), m_part( part ), m_isStrokeManipulator( false ) { - setMaximumWidth( tqparent->width() - 2 ); + setMaximumWidth( parent->width() - 2 ); // The button for no fill TQToolButton* button = new TQToolButton( this ); |