summaryrefslogtreecommitdiff
path: root/client/widgets/window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/window.cc')
-rw-r--r--client/widgets/window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/window.cc b/client/widgets/window.cc
index f51cfd9..4d9253d 100644
--- a/client/widgets/window.cc
+++ b/client/widgets/window.cc
@@ -55,7 +55,7 @@ Window::Window(QDomNode &node, MacroWindow *macrowindow)
widget->setWindowTitle(elem.attribute("caption"));
}
- addChildren(node);
+ addChildren(node, widget->layout());
}
Window::~Window()