#include <QtGui/qitemdelegate.h>
#ifndef QITEMDELEGATE_H
#ifndef QT_NO_ITEMVIEWS
class QItemDelegate: public QAbstractItemDelegate{
protected: virtual bool editorEvent(struct QEvent* event, struct QAbstractItemModel* model, class QStyleOptionViewItem const & option, struct QModelIndex const & index);
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMDELEGATE_H