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