#include <QtGui/qgraphicssceneevent.h>
#ifndef QGRAPHICSSCENEEVENT_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsSceneDragDropEvent: public QGraphicsSceneEvent{
public: virtual ~QGraphicsSceneDragDropEvent();
};
#endif // QT_NO_GRAPHICSVIEW
#endif