#include <QtCore/qmap.h>
#ifndef QMAP_H
#if !defined(QT_NO_DATASTREAM)
template < typename Key, typename T > class QMap{
#endif
#ifndef QT_NO_STL
public: explicit QMap(class std::map < Key, T, class std::less < _Key >, class std::allocator < class std::pair < _Key const , _Tp > > > const & other);
#endif
};
#endif // QMAP_H