summaryrefslogtreecommitdiff
path: root/client/widgets/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r--client/widgets/widget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h
index 3315c2e..d172543 100644
--- a/client/widgets/widget.h
+++ b/client/widgets/widget.h
@@ -95,6 +95,8 @@ protected:
void addChildren(QDomNode &xml_node, QLayout *layout);
+ LUA *lua;
+
private:
QVector< Widget* > children;
void createWidget(QDomNode &xml_node, QLayout *layout);
@@ -109,7 +111,6 @@ private:
QString widget_type;
bool widget_local;
- LUA *lua;
MacroWindow *macrowindow;
bool hasOnChangeEvent;