summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_generalProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_generalProperty.cpp')
-rw-r--r--kspread/kspread_generalProperty.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/kspread_generalProperty.cpp b/kspread/kspread_generalProperty.cpp
index 2e470e32..d2518494 100644
--- a/kspread/kspread_generalProperty.cpp
+++ b/kspread/kspread_generalProperty.cpp
@@ -32,8 +32,8 @@
using namespace KSpread;
-GeneralProperty::GeneralProperty( TQWidget *tqparent, const char *name, GeneralValue &generalValue, KoUnit::Unit unit )
-: TQWidget( tqparent, name )
+GeneralProperty::GeneralProperty( TQWidget *parent, const char *name, GeneralValue &generalValue, KoUnit::Unit unit )
+: TQWidget( parent, name )
, m_ratio( 1.0 )
, m_generalValue( generalValue )
, m_unit( unit )