#include <QtCore/qpair.h>
#ifndef QPAIR_H
template < typename T1, typename T2 > class QPair < T1, T2 > qMakePair(T1 const & x, T2 const & y);
#endif // QPAIR_H