#include <QtCore/qmap.h>
#ifndef QMAP_H
#if !defined(QT_NO_DATASTREAM)
template < typename Key, typename T > class QMap{
#endif
public: class const_iterator{
#ifdef QT_STRICT_ITERATORS
#else
public: inline const_iterator(class QMap::iterator const & o);
#endif
};
};
#endif // QMAP_H