From 882b5190d02c33aa8c893e8aa54bf3d38ac255c8 Mon Sep 17 00:00:00 2001 From: tille Date: Sat, 10 May 2003 12:37:35 +0000 Subject: clean up --- (limited to 'core/pim/osearch/contactitem.cpp') 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(); } -- cgit v0.9.0.2