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