summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrGeneralProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrGeneralProperty.cpp')
-rw-r--r--kpresenter/KPrGeneralProperty.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpresenter/KPrGeneralProperty.cpp b/kpresenter/KPrGeneralProperty.cpp
index 16378ef4..89cf00ab 100644
--- a/kpresenter/KPrGeneralProperty.cpp
+++ b/kpresenter/KPrGeneralProperty.cpp
@@ -31,8 +31,8 @@
#include <KoGeneralPropertyUi.h>
-KPrGeneralProperty::KPrGeneralProperty( TQWidget *tqparent, const char *name, GeneralValue &generalValue, KoUnit::Unit unit )
-: TQWidget( tqparent, name )
+KPrGeneralProperty::KPrGeneralProperty( TQWidget *parent, const char *name, GeneralValue &generalValue, KoUnit::Unit unit )
+: TQWidget( parent, name )
, m_ratio( 1.0 )
, m_generalValue( generalValue )
, m_unit( unit )