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