diff options
Diffstat (limited to 'kpovmodeler/pmscale.h')
-rw-r--r-- | kpovmodeler/pmscale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmscale.h b/kpovmodeler/pmscale.h index b0b6a12d..55a40eaf 100644 --- a/kpovmodeler/pmscale.h +++ b/kpovmodeler/pmscale.h @@ -67,7 +67,7 @@ public: /** * Returns a new @ref PMScaleEdit */ - virtual PMDialogEditBase* editWidget( TQWidget* tqparent ) const; + virtual PMDialogEditBase* editWidget( TQWidget* parent ) const; /** */ virtual TQString pixmap( ) const { return TQString( "pmscale" ); } |