#include <QtCore/qcoreevent.h>
#ifndef QCOREEVENT_H
class QDynamicPropertyChangeEvent: public QEvent{
   /* Some contents are skipped to improve readability */
   public: QDynamicPropertyChangeEvent(class QByteArray const & name);
   /* ... */
};
#endif // QCOREEVENT_H