#include <QtCore/qmetaobject.h>
#ifndef QMETAOBJECT_H
class QMetaEnum{
   /* Some contents are skipped to improve readability */
   private: uint handle;
   /* ... */
};
#endif // QMETAOBJECT_H