#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 class QStringList filter(class QRegExp const & rx) const
#endif
   /* ... */
};
#endif // QSTRINGLIST_H