#include <QtCore/qlocale.h>
#ifndef QLOCALE_H
class QLocale{
   /* Some contents are skipped to improve readability */
   private: struct QLocalePrivate const * d() const
   /* ... */
};
#endif // QLOCALE_H