#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_CAST_FROM_ASCII
   public: inline class QString& operator +=(char const * s);
#endif
   /* ... */
};
#endif // QSTRING_H