#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: class std::map < Key, T, class std::less < _Key >, class std::allocator < class std::pair < _Key const , _Tp > > > toStdMap() const
#endif
};
#endif // QMAP_H