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