#include <QtGui/qevent.h> #ifndef QEVENT_H #ifndef QT_NO_WHEELEVENT class QWheelEvent: public QInputEvent{ /* Some contents are skipped to improve readability */ protected: int d; /* ... */ }; #endif #endif // QEVENT_H