#include <QtCore/qlist.h> #ifndef QLIST_H template < typename T > class QMutableListIterator{ /* Some contents are skipped to improve readability */ public: inline QMutableListIterator(class QList < T >& container); /* ... */ }; #endif // QLIST_H