#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_DRAGANDDROP
class QDragResponseEvent: public QEvent{
   public: QDragResponseEvent(bool accepted);
   public: virtual ~QDragResponseEvent();
   public: inline bool dragAccepted() const
   protected: bool a;
};
#endif // QT_NO_DRAGANDDROP
#endif // QEVENT_H