summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmlathe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmlathe.cpp')
-rw-r--r--kpovmodeler/pmlathe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmlathe.cpp b/kpovmodeler/pmlathe.cpp
index 4418559a..8e058a9b 100644
--- a/kpovmodeler/pmlathe.cpp
+++ b/kpovmodeler/pmlathe.cpp
@@ -261,9 +261,9 @@ void PMLathe::setPoints( const TQValueList<PMVector>& points )
}
}
-PMDialogEditBase* PMLathe::editWidget( TQWidget* tqparent ) const
+PMDialogEditBase* PMLathe::editWidget( TQWidget* parent ) const
{
- return new PMLatheEdit( tqparent );
+ return new PMLatheEdit( parent );
}
void PMLathe::createMemento( )