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/combobox.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/widgets/combobox.cc') diff --git a/client/widgets/combobox.cc b/client/widgets/combobox.cc index 6a4d8df..5499d09 100644 --- a/client/widgets/combobox.cc +++ b/client/widgets/combobox.cc @@ -26,8 +26,10 @@ */ #include "combobox.h" -ComboBox::ComboBox(QWidget *parent) : QComboBox(parent) +ComboBox::ComboBox(QDomNode node) + : QComboBox(), Widget(node) { + QDomElement elem = node.toElement(); } QString ComboBox::getValue() -- cgit v1.2.3