summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmlight.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmlight.cpp')
-rw-r--r--kpovmodeler/pmlight.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmlight.cpp b/kpovmodeler/pmlight.cpp
index 0bf2f005..22f1862d 100644
--- a/kpovmodeler/pmlight.cpp
+++ b/kpovmodeler/pmlight.cpp
@@ -564,9 +564,9 @@ void PMLight::setMediaAttenuation( bool y )
}
}
-PMDialogEditBase* PMLight::editWidget( TQWidget* tqparent ) const
+PMDialogEditBase* PMLight::editWidget( TQWidget* parent ) const
{
- return new PMLightEdit( tqparent );
+ return new PMLightEdit( parent );
}
void PMLight::restoreMemento( PMMemento* s )