#include <QtCore/qstringlist.h>
#ifndef QSTRINGLIST_H
class QStringList: public QList < class QString >{
   /* Some contents are skipped to improve readability */
   public: inline class QStringList& operator <<(class QString const & str);
   /* ... */
};
#endif // QSTRINGLIST_H