#include <QtCore/qmap.h>
#ifndef QMAP_H
template < typename Key, typename T > class QMutableMapIterator{
   /* Some contents are skipped to improve readability */
   public: inline QMutableMapIterator(class QMap < aKey, aT >& container);
   /* ... */
};
#endif // QMAP_H