From 22de7bf19fb6fcce8d11c0e01afdfafa2a8c00d6 Mon Sep 17 00:00:00 2001 From: senator Date: Mon, 23 Jul 2007 07:40:05 +0000 Subject: porting widgets to use QDomNodes --- client/widgets/frame.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/widgets/frame.h') diff --git a/client/widgets/frame.h b/client/widgets/frame.h index 73bf704..f934269 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -29,12 +29,13 @@ #include "widget.h" #include +#include class Frame : public Widget, public QGroupBox { public: - Frame(QWidget *parent, QString caption); + Frame(QDomNode node); public slots: QString getValue(); -- cgit v1.2.3