#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_STL
   public: static inline class QString fromStdString(std::string const & s);
#endif
   /* ... */
};
#endif // QSTRING_H