diff options
Diffstat (limited to 'kpresenter/KPrPolygonProperty.cpp')
-rw-r--r-- | kpresenter/KPrPolygonProperty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrPolygonProperty.cpp b/kpresenter/KPrPolygonProperty.cpp index d065c628..fe303a0b 100644 --- a/kpresenter/KPrPolygonProperty.cpp +++ b/kpresenter/KPrPolygonProperty.cpp @@ -29,8 +29,8 @@ #include "polygonpropertyui.h" #include "KPrPolygonPreview.h" -KPrPolygonProperty::KPrPolygonProperty( TQWidget *tqparent, const char *name, KPrPolygonSettingCmd::PolygonSettings &polygonSettings ) -: TQWidget( tqparent, name ) +KPrPolygonProperty::KPrPolygonProperty( TQWidget *parent, const char *name, KPrPolygonSettingCmd::PolygonSettings &polygonSettings ) +: TQWidget( parent, name ) , m_polygonSettings( polygonSettings ) { TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); |