#include <QtCore/quuid.h>
#ifndef QUUID_H
struct QUuid{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_QUUID_STRING
   public: QUuid(class QString const &);
#endif
   /* ... */
};
#endif // QUUID_H