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 3928b1f..1d24b18 100644
--- a/core/pim/osearch/contactitem.cpp
+++ b/core/pim/osearch/contactitem.cpp
@@ -49,5 +49,4 @@ void ContactItem::setIcon()
break;
case Qtopia::HomePhone:
- qDebug("homephone");
icon = Resource::loadPixmap( "addressbook/phonehome" );
break;
@@ -65,4 +64,5 @@ void ContactItem::setIcon()
break;
case Qtopia::Title:
+ case Qtopia::JobTitle:
case Qtopia::FirstName:
case Qtopia::MiddleName:
@@ -85,5 +85,4 @@ void ContactItem::setIcon()
case Qtopia::BusinessZip:
case Qtopia::BusinessCountry:
- case Qtopia::JobTitle:
case Qtopia::Department:
case Qtopia::Office:
@@ -103,4 +102,5 @@ void ContactItem::setIcon()
break;
case Qtopia::Notes:
+ icon = Resource::loadPixmap( "txt" );
break;
default: