#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_TEXTCODEC
   private: static struct QTextCodec* codecForCStrings;
#endif
   /* ... */
};
#endif // QSTRING_H