#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ public: static class QString fromLatin1(char const *, int size = -1); /* ... */ }; #endif // QSTRING_H