#include <QtCore/qvector.h>
#ifndef QVECTOR_H
template < typename T > class QMutableVectorIterator{
   /* Some contents are skipped to improve readability */
   private: typename QVector < T >::iterator n;
   /* ... */
};
#endif // QVECTOR_H