From 47750e70ba9171c10e32a1033b68ae2b614799fa Mon Sep 17 00:00:00 2001 From: senator Date: Wed, 22 Aug 2007 10:23:33 +0000 Subject: name have moved to widget in all classes. combobox is a dummy so far --- client/widgets/widget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/widgets/widget.h') diff --git a/client/widgets/widget.h b/client/widgets/widget.h index beefdab..d8a0b2d 100644 --- a/client/widgets/widget.h +++ b/client/widgets/widget.h @@ -28,10 +28,12 @@ #define __PRACRO_WIDGET_H__ #include +#include class Widget { public: + Widget(QDomNode node); virtual ~Widget(){} virtual QString getValue() = 0; QString getName(); -- cgit v1.2.3