diff --git a/src/numberformatbox.h b/src/numberformatbox.h --- a/src/numberformatbox.h +++ b/src/numberformatbox.h @@ -20,7 +20,7 @@ #ifndef NUMBERFORMATBOX_H #define NUMBERFORMATBOX_H -#include +#include #include namespace Ui { @@ -38,7 +38,7 @@ enum NumberFormat NumberFormat_float, }; -class NumberFormatBox : public QGroupBox +class NumberFormatBox : public QWidget { Q_OBJECT