#include <QtGui/qcombobox.h>
#ifndef QCOMBOBOX_H
#ifndef QT_NO_COMBOBOX
class QComboBox: public QWidget{
public: enum SizeAdjustPolicy{
AdjustToContents = 0,
AdjustToContentsOnFirstShow = 1,
AdjustToMinimumContentsLength = 2,
};
};
#endif // QT_NO_COMBOBOX
#endif // QCOMBOBOX_H