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