#include <QtGui/qitemeditorfactory.h>
#ifndef QITEMEDITORFACTORY_H
#ifndef QT_NO_ITEMVIEWS
class QItemEditorFactory{
public: virtual struct QWidget* createEditor(enum QVariant::Type type, struct QWidget* parent) const
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMEDITORFACTORY_H