#include <QtCore/qlocale.h>
#ifndef QLOCALE_H
class QLocale{
   /* Some contents are skipped to improve readability */
   public: static class QString countryToString(enum QLocale::Country country);
   /* ... */
};
#endif // QLOCALE_H