#include <QtCore/qstring.h> #ifndef QSTRING_H class QLatin1String{ /* Some contents are skipped to improve readability */ public: inline char const * latin1() const /* ... */ }; #endif // QSTRING_H