diff options
author | senator <senator> | 2007-08-22 10:23:33 +0000 |
---|---|---|
committer | senator <senator> | 2007-08-22 10:23:33 +0000 |
commit | 47750e70ba9171c10e32a1033b68ae2b614799fa (patch) | |
tree | 5b799493a9d2941ba26e540570a4121b764b950a /client/widgets/combobox.h | |
parent | 50496c06eebb902d75e13667da0d87c9f454424a (diff) |
name have moved to widget in all classes. combobox is a dummy so far
Diffstat (limited to 'client/widgets/combobox.h')
-rw-r--r-- | client/widgets/combobox.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h index 7b705ad..eb7d72e 100644 --- a/client/widgets/combobox.h +++ b/client/widgets/combobox.h @@ -29,12 +29,13 @@ #include "widget.h" #include <QComboBox> +#include <QDomNode> -class ComboBox : public Widget, public QComboBox +class ComboBox : public QComboBox, public Widget { public: - ComboBox(QWidget *parent); + ComboBox(QDomNode node); public slots: QString getValue(); |