#include <QtCore/qstring.h>
#ifndef QSTRING_H
class QString{
   /* Some contents are skipped to improve readability */
#ifndef QT_NO_REGEXP
   public: class QString section(struct QRegExp const & reg, int start, int end = -1, class QFlags < enum QString::SectionFlag > flags = QString::SectionDefault) const
#endif
   /* ... */
};
#endif // QSTRING_H