#include <QtGui/qitemeditorfactory.h>
#ifndef QITEMEDITORFACTORY_H
#ifndef QT_NO_ITEMVIEWS
class QItemEditorFactory{
public: void registerEditor(enum QVariant::Type type, class QItemEditorCreatorBase* creator);
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMEDITORFACTORY_H