diff options
Diffstat (limited to 'client/widgets/checkbox.h')
-rw-r--r-- | client/widgets/checkbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/checkbox.h b/client/widgets/checkbox.h index df59014..94905f2 100644 --- a/client/widgets/checkbox.h +++ b/client/widgets/checkbox.h @@ -28,13 +28,14 @@ #define __PRACRO_CHECKBOX_H__ #include "widget.h" +#include <QDomNode> #include <QCheckBox> class CheckBox : public Widget, public QCheckBox { public: - CheckBox(QWidget *parent); + CheckBox(QDomNode node); public slots: QString getValue(); |