diff options
Diffstat (limited to 'kpovmodeler/pmtexturemapedit.h')
-rw-r--r-- | kpovmodeler/pmtexturemapedit.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kpovmodeler/pmtexturemapedit.h b/kpovmodeler/pmtexturemapedit.h index 7ec806d3..7ca57401 100644 --- a/kpovmodeler/pmtexturemapedit.h +++ b/kpovmodeler/pmtexturemapedit.h @@ -39,12 +39,13 @@ class TQLabel; class PMTextureMapEdit : public PMTextureBaseEdit { Q_OBJECT + TQ_OBJECT typedef PMTextureBaseEdit Base; public: /** - * Creates a PMTextureMapEdit with parent and name + * Creates a PMTextureMapEdit with tqparent and name */ - PMTextureMapEdit( TQWidget* parent, const char* name = 0 ); + PMTextureMapEdit( TQWidget* tqparent, const char* name = 0 ); /** */ virtual void displayObject( PMObject* o ); |