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