diff options
Diffstat (limited to 'arts/builder/mwidget.h')
-rw-r--r-- | arts/builder/mwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arts/builder/mwidget.h b/arts/builder/mwidget.h index 8f92c946..b3b41b78 100644 --- a/arts/builder/mwidget.h +++ b/arts/builder/mwidget.h @@ -34,6 +34,7 @@ class MWidgetTool; class ModuleWidget :public QtTableView, public StructureCanvas { Q_OBJECT + TQ_OBJECT friend class MWidgetTool; friend class CreateTool; friend class CreateInterfaceTool; @@ -108,7 +109,7 @@ public: TQPoint componentPos(const StructureComponent *component) const; TQPoint portPos(const ModulePort *port) const; - ModuleWidget( Structure *structure, TQWidget *parent = 0, + ModuleWidget( Structure *structure, TQWidget *tqparent = 0, const char *name = 0, WFlags f = 0); ~ModuleWidget(); |