#include <QtCore/qlocale.h> #ifndef QLOCALE_H class QLocale{ /* Some contents are skipped to improve readability */ public: inline class QString toString(int i) const /* ... */ }; #endif // QLOCALE_H