#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
   public: static inline int compare(class QString const & s1, class QString const & s2, enum Qt::CaseSensitivity cs);
   /* ... */
};
#endif // QSTRING_H