diff options
Diffstat (limited to 'addon/doxywizard/inputbool.h')
-rw-r--r-- | addon/doxywizard/inputbool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/inputbool.h b/addon/doxywizard/inputbool.h index 978d136..5a56d83 100644 --- a/addon/doxywizard/inputbool.h +++ b/addon/doxywizard/inputbool.h @@ -27,7 +27,7 @@ class InputBool : public QWidget, /*QCheckBox,*/ public IInput Q_OBJECT public: - InputBool( const QString &text, PageWidget *parent, bool &flag ); + InputBool( const QString &text, QWidget *parent, bool &flag ); ~InputBool(){}; void init(); void setEnabled(bool b) { cb->setEnabled(b); } |