summaryrefslogtreecommitdiff
path: root/client/widgets/frame.h
diff options
context:
space:
mode:
authorsenator <senator>2007-07-23 07:40:05 +0000
committersenator <senator>2007-07-23 07:40:05 +0000
commit22de7bf19fb6fcce8d11c0e01afdfafa2a8c00d6 (patch)
treeb841931e88a673e04a26f2709066c018d9df4f68 /client/widgets/frame.h
parentd614b0436f0ce1f060fc80b987ca4209f17c221e (diff)
porting widgets to use QDomNodes
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r--client/widgets/frame.h3
1 files changed, 2 insertions, 1 deletions
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 <QGroupBox>
+#include <QDomNode>
class Frame : public Widget, public QGroupBox
{
public:
- Frame(QWidget *parent, QString caption);
+ Frame(QDomNode node);
public slots:
QString getValue();