summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmsor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmsor.cpp')
-rw-r--r--kpovmodeler/pmsor.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpovmodeler/pmsor.cpp b/kpovmodeler/pmsor.cpp
index 2ede8b8a..ae5a34e4 100644
--- a/kpovmodeler/pmsor.cpp
+++ b/kpovmodeler/pmsor.cpp
@@ -194,11 +194,11 @@ void PMSurfaceOfRevolution::readAttributes( const PMXMLHelper& h )
Base::readAttributes( h );
}
-PMMetaObject* PMSurfaceOfRevolution::metaObject( ) const
+PMMetaObject* PMSurfaceOfRevolution::tqmetaObject( ) const
{
if( !s_pMetaObject )
{
- s_pMetaObject = new PMMetaObject( "SurfaceOfRevolution", Base::metaObject( ),
+ s_pMetaObject = new PMMetaObject( "SurfaceOfRevolution", Base::tqmetaObject( ),
createNewSurfaceOfRevolution );
s_pMetaObject->addProperty(
new PMSurfaceOfRevolutionProperty( "sturm", &PMSurfaceOfRevolution::setSturm,
@@ -253,9 +253,9 @@ void PMSurfaceOfRevolution::setPoints( const TQValueList<PMVector>& points )
}
}
-PMDialogEditBase* PMSurfaceOfRevolution::editWidget( TQWidget* parent ) const
+PMDialogEditBase* PMSurfaceOfRevolution::editWidget( TQWidget* tqparent ) const
{
- return new PMSurfaceOfRevolutionEdit( parent );
+ return new PMSurfaceOfRevolutionEdit( tqparent );
}
void PMSurfaceOfRevolution::createMemento( )
@@ -421,7 +421,7 @@ void PMSurfaceOfRevolution::controlPoints( PMControlPointList& list )
{
lastPoint = cp;
cp = new PMSorControlPoint( lastPoint, *it, PMSorControlPoint::PM2DXY, i,
- i18n( "Point %1 (xy)" ).arg( i + 1 ) );
+ i18n( "Point %1 (xy)" ).tqarg( i + 1 ) );
tmp1.append( cp );
}
@@ -432,7 +432,7 @@ void PMSurfaceOfRevolution::controlPoints( PMControlPointList& list )
{
lastPoint = cp;
cp = new PMSorControlPoint( lastPoint, *it, PMSorControlPoint::PM2DZY, i,
- i18n( "Point %1 (yz)" ).arg( i + 1 ) );
+ i18n( "Point %1 (yz)" ).tqarg( i + 1 ) );
tmp2.append( cp );
}