#include <QtGui/qevent.h>
#ifndef QEVENT_H
class QMoveEvent: public QEvent{
   /* Some contents are skipped to improve readability */
   public: QMoveEvent(class QPoint const & pos, class QPoint const & oldPos);
   /* ... */
};
#endif // QEVENT_H