From ce667bf4b2f3de7aab677ac7e7f23bc72d3db80f Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 25 Jul 2007 09:11:31 +0000 Subject: migrated all widgets to use QDomNodes; Implemented the getName functionality --- client/widgets/pushbutton.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/widgets/pushbutton.h') 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 #include -//#include +#include 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: -- cgit v1.2.3