-rw-r--r-- | core/pim/osearch/contactitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
@@ -39,3 +39,3 @@ void ContactItem::editItem() | |||
39 | { | 39 | { |
40 | QCopEnvelope e("QPE/Application/addressbook", "editEvent(int)"); | 40 | QCopEnvelope e("QPE/Application/addressbook", "edit(int)"); |
41 | //QCopEnvelope e("QPE/Addressbook", "editEvent(int)"); | 41 | //QCopEnvelope e("QPE/Addressbook", "editEvent(int)"); |
@@ -46,3 +46,3 @@ void ContactItem::showItem() | |||
46 | { | 46 | { |
47 | QCopEnvelope e("QPE/Application/addressbook", "editEvent(int)"); | 47 | QCopEnvelope e("QPE/Application/addressbook", "show(int)"); |
48 | //QCopEnvelope e("QPE/Addressbook", "viewDefault(QDate)"); | 48 | //QCopEnvelope e("QPE/Addressbook", "viewDefault(QDate)"); |