#include <QtGui/qcombobox.h>
#ifndef QCOMBOBOX_H
#ifndef QT_NO_COMBOBOX
class QComboBox: public QWidget{
public: void insertItem(int index, class QIcon const & icon, class QString const & text, class QVariant const & userData = QVariant::QVariant());
};
#endif // QT_NO_COMBOBOX
#endif // QCOMBOBOX_H