diff options
Diffstat (limited to 'client/widgets/label.h')
-rw-r--r-- | client/widgets/label.h | 3 |
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: |