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 94905f2..fb796cf 100644 --- a/client/widgets/checkbox.h +++ b/client/widgets/checkbox.h @@ -31,7 +31,7 @@ #include <QDomNode> #include <QCheckBox> -class CheckBox : public Widget, public QCheckBox +class CheckBox : public QCheckBox, public Widget { public: |