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