#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_DRAGANDDROP
class QDragResponseEvent: public QEvent{
   /* Some contents are skipped to improve readability */
   protected: bool a;
   /* ... */
};
#endif // QT_NO_DRAGANDDROP
#endif // QEVENT_H