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/label.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'client/widgets/label.h') diff --git a/client/widgets/label.h b/client/widgets/label.h index edf5cb8..9c539e7 100644 --- a/client/widgets/label.h +++ b/client/widgets/label.h @@ -34,16 +34,12 @@ class Label : public QLabel, public Widget { - Q_OBJECT - public: - Label(QDomNode node); + Label(QDomNode &node); public slots: QString getValue(); - -private: - }; + #endif/*__PRACRO_LABEL_H__*/ -- cgit v1.2.3