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