SVN commit 909350 by mkoller: On exporting a vcard don't forget to set the department in addition to the organization, which both share the ORG: field M +1 -0 vcard_xxport.cpp --- branches/KDE/4.2/kdepim/kaddressbook/xxport/vcard_xxport.cpp #909349:909350 @@ -295,6 +295,7 @@ addr.setTitle( (*it).title() ); addr.setRole( (*it).role() ); addr.setOrganization( (*it).organization() ); + addr.setDepartment( (*it).department() ); addr.setLogo( (*it).logo() );