From 0febf6ea9cbd1a6e04e41339fc46d2e6b07da5e7 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 3 Jun 2008 14:45:48 +0000 Subject: LUA rocks --- client/widgets/radiobuttons.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/widgets/radiobuttons.cc') diff --git a/client/widgets/radiobuttons.cc b/client/widgets/radiobuttons.cc index 8c87a0c..7508974 100644 --- a/client/widgets/radiobuttons.cc +++ b/client/widgets/radiobuttons.cc @@ -30,8 +30,8 @@ #include #include -RadioButtons::RadioButtons(QDomNode &node) - : QFrame(), Widget(node) +RadioButtons::RadioButtons(QDomNode &node, MacroWindow *macrowindow) + : QFrame(), Widget(node, macrowindow) { QDomElement elem = node.toElement(); -- cgit v1.2.3