diff options
Diffstat (limited to 'client/widgets/checkbox.h')
-rw-r--r-- | client/widgets/checkbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/checkbox.h b/client/widgets/checkbox.h index 228723e..e24792c 100644 --- a/client/widgets/checkbox.h +++ b/client/widgets/checkbox.h @@ -34,7 +34,7 @@ class CheckBox : public QCheckBox, public Widget { public: - CheckBox(QDomNode &node); + CheckBox(QDomNode &node, MacroWindow *macrowindow); bool isValid(); |