#include <QtCore/qstringlist.h> #ifndef QSTRINGLIST_H class QStringList: public QList < class QString >{ /* Some contents are skipped to improve readability */ #ifndef QT_NO_REGEXP public: inline int lastIndexOf(class QRegExp const & rx, int from = -1) const #endif /* ... */ }; #endif // QSTRINGLIST_H