#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_REGEXP
   public: int indexOf(struct QRegExp const &, int from = 0) const
#endif
   /* ... */
};
#endif // QSTRING_H