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