#include <QtCore/qmetaobject.h>
#ifndef QMETAOBJECT_H
class QMetaEnum{
   /* Some contents are skipped to improve readability */
   public: char const * valueToKey(int value) const
   /* ... */
};
#endif // QMETAOBJECT_H