#ifndef MICROKDE_KCOMBOBOX_H #define MICROKDE_KCOMBOBOX_H #include class KComboBox : public QComboBox { public: KComboBox( QWidget *parent ) : QComboBox( parent ) {} }; #endif