diff options
Diffstat (limited to 'client/widgets/pushbutton.h')
-rw-r--r-- | client/widgets/pushbutton.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/widgets/pushbutton.h b/client/widgets/pushbutton.h index ce6769b..42e3156 100644 --- a/client/widgets/pushbutton.h +++ b/client/widgets/pushbutton.h @@ -34,11 +34,9 @@ class PushButton : public QPushButton, public Widget { - Q_OBJECT - public: - PushButton(QDomNode node); + PushButton(QDomNode &node); QString field; public slots: |