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