From b398b872aea2b00ce27536c1894babbcd76c8703 Mon Sep 17 00:00:00 2001 From: eilers Date: Fri, 09 May 2003 13:32:40 +0000 Subject: edit was executed even if I pressed show.. Rename the call to be compatible to omainwindow.. --- diff --git a/core/pim/osearch/contactitem.cpp b/core/pim/osearch/contactitem.cpp index a25ac23..29d81be 100644 --- a/core/pim/osearch/contactitem.cpp +++ b/core/pim/osearch/contactitem.cpp @@ -37,14 +37,14 @@ QString ContactItem::toRichText() void ContactItem::editItem() { - QCopEnvelope e("QPE/Application/addressbook", "editEvent(int)"); + QCopEnvelope e("QPE/Application/addressbook", "edit(int)"); // QCopEnvelope e("QPE/Addressbook", "editEvent(int)"); e << _contact->uid(); } void ContactItem::showItem() { - QCopEnvelope e("QPE/Application/addressbook", "editEvent(int)"); + QCopEnvelope e("QPE/Application/addressbook", "show(int)"); // QCopEnvelope e("QPE/Addressbook", "viewDefault(QDate)"); e << _contact->uid(); } -- cgit v0.9.0.2