diff options
Diffstat (limited to 'kpovmodeler/pmscaleedit.h')
-rw-r--r-- | kpovmodeler/pmscaleedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmscaleedit.h b/kpovmodeler/pmscaleedit.h index 19ca04ce..8b6fd8aa 100644 --- a/kpovmodeler/pmscaleedit.h +++ b/kpovmodeler/pmscaleedit.h @@ -39,9 +39,9 @@ class PMScaleEdit : public PMDialogEditBase typedef PMDialogEditBase Base; public: /** - * Creates a PMScaleEdit with tqparent and name + * Creates a PMScaleEdit with parent and name */ - PMScaleEdit( TQWidget* tqparent, const char* name = 0 ); + PMScaleEdit( TQWidget* parent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); |