#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_DRAGANDDROP
class QDragEnterEvent: public QDragMoveEvent{
   /* Some contents are skipped to improve readability */
   public: QDragEnterEvent(class QPoint const & pos, Qt::DropActions actions, class QMimeData const * data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers);
   /* ... */
};
#endif // QT_NO_DRAGANDDROP
#endif // QEVENT_H