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