summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmlistpattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmlistpattern.cpp')
-rw-r--r--kpovmodeler/pmlistpattern.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kpovmodeler/pmlistpattern.cpp b/kpovmodeler/pmlistpattern.cpp
index 5a7a3f1f..3d368209 100644
--- a/kpovmodeler/pmlistpattern.cpp
+++ b/kpovmodeler/pmlistpattern.cpp
@@ -178,9 +178,9 @@ void PMListPattern::setMortar( double n )
}
}
-PMDialogEditBase* PMListPattern::editWidget( TQWidget* tqparent ) const
+PMDialogEditBase* PMListPattern::editWidget( TQWidget* parent ) const
{
- return new PMListPatternEdit( tqparent );
+ return new PMListPatternEdit( parent );
}
void PMListPattern::restoreMemento( PMMemento* s )
@@ -462,8 +462,8 @@ void PMNormalList::readAttributes( const PMXMLHelper& h )
Base::readAttributes( h );
}
-PMDialogEditBase* PMNormalList::editWidget( TQWidget* tqparent ) const
+PMDialogEditBase* PMNormalList::editWidget( TQWidget* parent ) const
{
- return new PMListPatternEdit( tqparent );
+ return new PMListPatternEdit( parent );
}