From 322a83c48618b2f58e1014daff6f3956af8070ea Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 2 Jun 2008 13:03:33 +0000 Subject: A large number of small changes in widgets, primarily validation oriented. --- client/widgets/pushbutton.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/widgets/pushbutton.h') 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: -- cgit v1.2.3