summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmboundedby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmboundedby.cpp')
-rw-r--r--kpovmodeler/pmboundedby.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmboundedby.cpp b/kpovmodeler/pmboundedby.cpp
index 3e123d29..467129e8 100644
--- a/kpovmodeler/pmboundedby.cpp
+++ b/kpovmodeler/pmboundedby.cpp
@@ -91,9 +91,9 @@ void PMBoundedBy::readAttributes( const PMXMLHelper& h )
Base::readAttributes( h );
}
-PMDialogEditBase* PMBoundedBy::editWidget( TQWidget* tqparent ) const
+PMDialogEditBase* PMBoundedBy::editWidget( TQWidget* parent ) const
{
- return new PMBoundedByEdit( tqparent );
+ return new PMBoundedByEdit( parent );
}
void PMBoundedBy::childRemoved( PMObject* o )