diff -r ce961d2c008b -r 6745d806c5ff qtmobility/src/contacts/qcontactabstractrequest.h --- a/qtmobility/src/contacts/qcontactabstractrequest.h Mon Jun 21 22:38:54 2010 +0100 +++ b/qtmobility/src/contacts/qcontactabstractrequest.h Thu Jul 22 16:42:52 2010 +0100 @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** @@ -110,6 +110,7 @@ QContactAbstractRequest(QObject* parent = 0) : QObject(parent), d_ptr(0) {} Q_DISABLE_COPY(QContactAbstractRequest) friend class QContactManagerEngine; + friend class QContactAbstractRequestPrivate; }; QTM_END_NAMESPACE