qtmobility/src/contacts/requests/qcontactrelationshipremoverequest.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/src/contacts/requests/qcontactrelationshipremoverequest.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/contacts/requests/qcontactrelationshipremoverequest.h	Mon May 03 13:18:40 2010 +0300
@@ -56,19 +56,9 @@
 
 public:
     QContactRelationshipRemoveRequest();
-    ~QContactRelationshipRemoveRequest();
 
     /* Selection */
-    void Q_DECL_DEPRECATED setFirst(const QContactId& firstId);                   // deprecated, replaced by explicitly defined relationship list
-    QContactId Q_DECL_DEPRECATED first() const;                                   // deprecated, replaced by explicitly defined relationship list
-
-    void Q_DECL_DEPRECATED setRelationshipType(const QString& relationshipType);  // deprecated, replaced by explicitly defined relationship list
-    QString Q_DECL_DEPRECATED relationshipType() const;                           // deprecated, replaced by explicitly defined relationship list
-
-    void Q_DECL_DEPRECATED setSecond(const QContactId& secondId);                 // deprecated, replaced by explicitly defined relationship list
-    QContactId Q_DECL_DEPRECATED second() const;                                  // deprecated, replaced by explicitly defined relationship list
-
-    void setRelationships(const QList<QContactRelationship>& relationships);      // replaces the above functions.
+    void setRelationships(const QList<QContactRelationship>& relationships);
     QList<QContactRelationship> relationships() const;
 
     /* Results */