#include <QtCore/qmap.h>
#ifndef QMAP_H
#if !defined(QT_NO_DATASTREAM)
#if !defined(Q_CC_BOR)
#if defined Q_CC_MSVC && _MSC_VER < 1300
#else
template < typename aKey, typename aT > struct QDataStream& operator >>(struct QDataStream& in, class QMap < aKey, aT >& map);
#endif
#endif
#endif
#endif // QMAP_H