summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmpigment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmpigment.cpp')
-rw-r--r--kpovmodeler/pmpigment.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmpigment.cpp b/kpovmodeler/pmpigment.cpp
index 697ac24f..d6f611b3 100644
--- a/kpovmodeler/pmpigment.cpp
+++ b/kpovmodeler/pmpigment.cpp
@@ -72,9 +72,9 @@ TQString PMPigment::description( ) const
return i18n( "pigment" );
}
-PMDialogEditBase* PMPigment::editWidget( TQWidget* tqparent ) const
+PMDialogEditBase* PMPigment::editWidget( TQWidget* parent ) const
{
- return new PMPigmentEdit( tqparent );
+ return new PMPigmentEdit( parent );
}
void PMPigment::serialize( TQDomElement& e, TQDomDocument& doc ) const