|
|
@ -63,7 +63,7 @@ void RecipientItem::setDistributionList( KPIM::DistributionList &list )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
mDistributionList = list;
|
|
|
|
mDistributionList = list;
|
|
|
|
|
|
|
|
|
|
|
|
mIcon = KGlobal::iconLoader()->loadIcon( "kdmconfig", KIcon::Small );
|
|
|
|
mIcon = KGlobal::iconLoader()->loadIcon( "tdmconfig", KIcon::Small );
|
|
|
|
|
|
|
|
|
|
|
|
mName = list.name();
|
|
|
|
mName = list.name();
|
|
|
|
mKey = list.name();
|
|
|
|
mKey = list.name();
|
|
|
@ -80,7 +80,7 @@ void RecipientItem::setDistributionList( KABC::DistributionList *list )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
mDistributionList = list;
|
|
|
|
mDistributionList = list;
|
|
|
|
|
|
|
|
|
|
|
|
mIcon = KGlobal::iconLoader()->loadIcon( "kdmconfig", KIcon::Small );
|
|
|
|
mIcon = KGlobal::iconLoader()->loadIcon( "tdmconfig", KIcon::Small );
|
|
|
|
|
|
|
|
|
|
|
|
mName = list->name();
|
|
|
|
mName = list->name();
|
|
|
|
mKey = list->name();
|
|
|
|
mKey = list->name();
|
|
|
|