diff -r 93b982ccede2 -r 5daf16870df6 src/corelib/tools/qpair.qdoc --- a/src/corelib/tools/qpair.qdoc Mon Jun 21 22:38:13 2010 +0100 +++ b/src/corelib/tools/qpair.qdoc Thu Jul 22 16:41:55 2010 +0100 @@ -214,7 +214,7 @@ This function requires the T1 and T2 types to implement \c operator>>(). - \sa {Format of the QDataStream operators} + \sa {Serializing Qt Data Types} */ /*! \fn QDataStream &operator<<(QDataStream &out, const QPair &pair) @@ -225,5 +225,5 @@ This function requires the T1 and T2 types to implement \c operator<<(). - \sa {Format of the QDataStream operators} + \sa {Serializing Qt Data Types} */