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