diff options
Diffstat (limited to 'kpresenter/KPrTextProperty.cpp')
| -rw-r--r-- | kpresenter/KPrTextProperty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrTextProperty.cpp b/kpresenter/KPrTextProperty.cpp index 850c89b47..6708065b7 100644 --- a/kpresenter/KPrTextProperty.cpp +++ b/kpresenter/KPrTextProperty.cpp @@ -31,9 +31,9 @@ #include "KPrMarginWidget.h" -KPrTextProperty::KPrTextProperty( TQWidget *tqparent, const char *name, const MarginsStruct &marginsStruct, +KPrTextProperty::KPrTextProperty( TQWidget *parent, const char *name, const MarginsStruct &marginsStruct, const KoUnit::Unit unit, PropValue protectContent ) -: TQWidget( tqparent, name ) +: TQWidget( parent, name ) , m_unit( unit ) , m_protectContent( protectContent ) { |
