qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/contacts/requests/qcontactrelationshipfetchrequest.h	Mon May 03 13:18:40 2010 +0300
@@ -60,7 +60,6 @@
 
 public:
     QContactRelationshipFetchRequest();
-    ~QContactRelationshipFetchRequest();
 
     /* Selection */
     void setFirst(const QContactId& firstId);
@@ -69,12 +68,6 @@
     void setRelationshipType(const QString& relationshipType);
     QString relationshipType() const;
 
-    // we no longer use "participant" or "participant role" -- deprecated and will be removed after transition period has elapsed.
-    void Q_DECL_DEPRECATED setParticipant(const QContactId& participant, QContactRelationshipFilter::Role role = QContactRelationshipFilter::Either); // deprecated
-    QContactId Q_DECL_DEPRECATED participant() const; // deprecated
-    QContactRelationshipFilter::Role Q_DECL_DEPRECATED participantRole() const; // deprecated
-
-    // replaces the above functions.
     void setSecond(const QContactId& secondId);
     QContactId second() const;