summaryrefslogtreecommitdiff
path: root/client/widgets/frame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/frame.cc')
-rw-r--r--client/widgets/frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/frame.cc b/client/widgets/frame.cc
index 076816a..23f542f 100644
--- a/client/widgets/frame.cc
+++ b/client/widgets/frame.cc
@@ -36,7 +36,7 @@ Frame::Frame(QDomNode &node, MacroWindow *macrowindow)
: Widget(node, macrowindow)
{
frame = new QFrame();
- widget = frame;
+ setWidget(frame);
setCommonAttributes(frame, node);
setCommonLayout(frame, node);