summaryrefslogtreecommitdiff
path: root/core/pim/osearch/contactitem.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/contactitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/contactitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/osearch/contactitem.cpp b/core/pim/osearch/contactitem.cpp
index 29d81be..788a415 100644
--- a/core/pim/osearch/contactitem.cpp
+++ b/core/pim/osearch/contactitem.cpp
@@ -38,14 +38,14 @@ QString ContactItem::toRichText()
void ContactItem::editItem()
{
QCopEnvelope e("QPE/Application/addressbook", "edit(int)");
-// QCopEnvelope e("QPE/Addressbook", "editEvent(int)");
+// QCopEnvelope e("QPE/Addressbook", "edit(int)");
e << _contact->uid();
}
void ContactItem::showItem()
{
QCopEnvelope e("QPE/Application/addressbook", "show(int)");
-// QCopEnvelope e("QPE/Addressbook", "viewDefault(QDate)");
+// QCopEnvelope e("QPE/Addressbook", "show(int)");
e << _contact->uid();
}