From 9910c8962ab813ab7d9a04609b689e1d9ae038e0 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 2 Oct 2007 10:08:09 +0000 Subject: selectable entries now uses xml items correctly --- client/widgets/combobox.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'client/widgets/combobox.h') diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h index eb7d72e..f6baa67 100644 --- a/client/widgets/combobox.h +++ b/client/widgets/combobox.h @@ -2,7 +2,7 @@ /*************************************************************************** * combobox.h * - * Wed Jul 18 09:39:40 CEST 2007 + * Wed Jul 18 10:35:52 CEST 2007 * Copyright 2007 Bent Bisballe Nyeng, Lars Bisballe Jensen and Peter Skaarup * deva@aasimon.org, elsenator@gmail.com and piparum@piparum.dk ****************************************************************************/ @@ -28,18 +28,21 @@ #define __PRACRO_COMBOBOX_H__ #include "widget.h" -#include #include +#include class ComboBox : public QComboBox, public Widget { public: - ComboBox(QDomNode node); + ComboBox(QDomNode); public slots: QString getValue(); - + +private: + QString combo_value; + }; #endif/*__PRACRO_COMBOBOX_H__*/ -- cgit v1.2.3