#include <QtGui/qgraphicssceneevent.h>
#ifndef QGRAPHICSSCENEEVENT_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsSceneHoverEvent: public QGraphicsSceneEvent{
   /* Some contents are skipped to improve readability */
   public: class QPoint screenPos() const
   /* ... */
};
#endif // QT_NO_GRAPHICSVIEW
#endif