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