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