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