diff options
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r-- | client/widgets/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/frame.h b/client/widgets/frame.h index 80aeded..1daf3d4 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -34,7 +34,7 @@ class Frame : public QFrame, public Widget { public: - Frame(QDomNode &node); + Frame(QDomNode &node, MacroWindow *macrowindow); public slots: QString getValue(); |