diff options
author | deva <deva> | 2008-06-03 14:45:48 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-03 14:45:48 +0000 |
commit | 0febf6ea9cbd1a6e04e41339fc46d2e6b07da5e7 (patch) | |
tree | da9cee1a15609b8aa2ed556160c5660819621db2 /client/widgets/window.cc | |
parent | bb3fad646f94739a876869464a484c99795bce61 (diff) |
LUA rocks
Diffstat (limited to 'client/widgets/window.cc')
-rw-r--r-- | client/widgets/window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/widgets/window.cc b/client/widgets/window.cc index 5d15733..b2b4298 100644 --- a/client/widgets/window.cc +++ b/client/widgets/window.cc @@ -28,8 +28,8 @@ #include <QVBoxLayout> #include <QHBoxLayout> -Window::Window(QDomNode &node) - : QWidget(NULL), Widget(node) +Window::Window(QDomNode &node, MacroWindow *macrowindow) + : QWidget(NULL), Widget(node, macrowindow) { QDomElement elem = node.toElement(); |