summaryrefslogtreecommitdiffstats
path: root/arts/builder/mwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/builder/mwidget.cpp')
-rw-r--r--arts/builder/mwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/builder/mwidget.cpp b/arts/builder/mwidget.cpp
index 5ab19fe7..8b2aeed8 100644
--- a/arts/builder/mwidget.cpp
+++ b/arts/builder/mwidget.cpp
@@ -608,8 +608,8 @@ void ModuleWidget::autoRedrawRouter()
if(autorouter->needRedraw()) redrawAll();
}
-ModuleWidget::ModuleWidget(Structure *structure, TQWidget *tqparent, const char *name, WFlags f)
- : QtTableView( tqparent, name, f),
+ModuleWidget::ModuleWidget(Structure *structure, TQWidget *parent, const char *name, WFlags f)
+ : QtTableView( parent, name, f),
updateDepth( 0 ),
activeTool( 0L ),
structure( structure ),