diff options
Diffstat (limited to 'kpresenter/KPrRectProperty.cpp')
-rw-r--r-- | kpresenter/KPrRectProperty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrRectProperty.cpp b/kpresenter/KPrRectProperty.cpp index 735736463..2174755b7 100644 --- a/kpresenter/KPrRectProperty.cpp +++ b/kpresenter/KPrRectProperty.cpp @@ -29,8 +29,8 @@ #include <tqtoolbutton.h> #include <tqlayout.h> -KPrRectProperty::KPrRectProperty( TQWidget *tqparent, const char *name, KPrRectValueCmd::RectValues &rectValue ) -: TQWidget( tqparent, name ) +KPrRectProperty::KPrRectProperty( TQWidget *parent, const char *name, KPrRectValueCmd::RectValues &rectValue ) +: TQWidget( parent, name ) , m_rectValue( rectValue ) { formerVerticalValue = 0; |