diff options
Diffstat (limited to 'arts/builder/mwidget.h')
-rw-r--r-- | arts/builder/mwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/builder/mwidget.h b/arts/builder/mwidget.h index b3b41b78..cc6dbfca 100644 --- a/arts/builder/mwidget.h +++ b/arts/builder/mwidget.h @@ -109,7 +109,7 @@ public: TQPoint componentPos(const StructureComponent *component) const; TQPoint portPos(const ModulePort *port) const; - ModuleWidget( Structure *structure, TQWidget *tqparent = 0, + ModuleWidget( Structure *structure, TQWidget *parent = 0, const char *name = 0, WFlags f = 0); ~ModuleWidget(); |