#include <QtCore/qobject.h>
#ifndef QOBJECT_H
#ifndef QT_NO_QOBJECT
#ifndef QT_NO_USERDATA
class QObjectUserData{
   /* Some contents are skipped to improve readability */
   public: virtual ~QObjectUserData();
   /* ... */
};
#endif
#endif
#endif // QOBJECT_H