summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmcsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmcsg.cpp')
-rw-r--r--kpovmodeler/pmcsg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmcsg.cpp b/kpovmodeler/pmcsg.cpp
index c8316a53..66532ac6 100644
--- a/kpovmodeler/pmcsg.cpp
+++ b/kpovmodeler/pmcsg.cpp
@@ -169,9 +169,9 @@ void PMCSG::setCSGType( const PMCSGType t )
}
}
-PMDialogEditBase* PMCSG::editWidget( TQWidget* tqparent ) const
+PMDialogEditBase* PMCSG::editWidget( TQWidget* parent ) const
{
- return new PMCSGEdit( tqparent );
+ return new PMCSGEdit( parent );
}
void PMCSG::restoreMemento( PMMemento* s )