#include <QtCore/qstring.h> #ifndef QSTRING_H class QString{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_REGEXP public: struct QStringList split(struct QRegExp const & sep, enum QString::SplitBehavior behavior = QString::KeepEmptyParts) const #endif /* ... */ }; #endif // QSTRING_H