diff options
Diffstat (limited to 'client/widgets/pushbutton.h')
-rw-r--r-- | client/widgets/pushbutton.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h index 3fc334f..a64568f 100644 --- a/client/widgets/pushbutton.h +++ b/client/widgets/pushbutton.h @@ -30,7 +30,7 @@ #include "widget.h" #include <QPushButton> #include <QWidget> -//#include <QValidator> +#include <QDomNode> class PushButton : public QPushButton, public Widget { @@ -38,10 +38,10 @@ class PushButton : public QPushButton, public Widget Q_OBJECT public: - PushButton(QWidget *parent, QString caption = "*", QString type = "*"); - QString getValue(); + PushButton(QDomNode node); public slots: + QString getValue(); private: |