summaryrefslogtreecommitdiff
path: root/client/widgets/label.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/label.h
parentd614b0436f0ce1f060fc80b987ca4209f17c221e (diff)
porting widgets to use QDomNodes
Diffstat (limited to 'client/widgets/label.h')
-rw-r--r--client/widgets/label.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/widgets/label.h b/client/widgets/label.h
index 3138ce1..78376dd 100644
--- a/client/widgets/label.h
+++ b/client/widgets/label.h
@@ -29,6 +29,7 @@
#include <QWidget>
#include <QLabel>
+#include <QDomNode>
class Label : public QLabel
{
@@ -36,7 +37,7 @@ class Label : public QLabel
Q_OBJECT
public:
- Label(QWidget *parent, QString text, QString align);
+ Label(QDomNode node);
public slots: