Part 1 of 2 of kdm rename

pull/21/head
Timothy Pearson 13 years ago
parent 292e3c8300
commit 6babe9ba11

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

@ -160,7 +160,7 @@ TQString AddresseeEmailSelection::distributionListText( const KABC::Distribution
TQPixmap AddresseeEmailSelection::distributionListIcon( const KABC::DistributionList* ) const
{
return KGlobal::iconLoader()->loadIcon( "kdmconfig", KIcon::Small );
return KGlobal::iconLoader()->loadIcon( "tdmconfig", KIcon::Small );
}
bool AddresseeEmailSelection::distributionListEnabled( const KABC::DistributionList* ) const

@ -135,7 +135,7 @@ AddresseeViewItem::AddresseeViewItem( AddresseeViewItem *parent, const TQString
d = new AddresseeViewItemPrivate;
d->category = DistList;
setPixmap( 0, KGlobal::iconLoader()->loadIcon( "kdmconfig", KIcon::Small ) );
setPixmap( 0, KGlobal::iconLoader()->loadIcon( "tdmconfig", KIcon::Small ) );
}
AddresseeViewItem::~AddresseeViewItem()

Loading…
Cancel
Save