diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:45 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 11:39:45 -0500 |
commit | 30aafe977dd63a9b8996dd57c5f7cf290ada7f6d (patch) | |
tree | 0c66d00d1f2f3abce914e999eb9332125bcabae1 /kmail/recipientspicker.cpp | |
parent | 1bc23e19f6184009f8af442b25dc7a387d60cf5d (diff) | |
download | tdepim-30aafe977dd63a9b8996dd57c5f7cf290ada7f6d.tar.gz tdepim-30aafe977dd63a9b8996dd57c5f7cf290ada7f6d.zip |
Bring package_development, package_games, package_graphics, package_network, package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
Diffstat (limited to 'kmail/recipientspicker.cpp')
-rw-r--r-- | kmail/recipientspicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/recipientspicker.cpp b/kmail/recipientspicker.cpp index 04cc50e1..be47b022 100644 --- a/kmail/recipientspicker.cpp +++ b/kmail/recipientspicker.cpp @@ -105,7 +105,7 @@ void RecipientItem::setAddressee( const TDEABC::Addressee &a, if ( !img.isNull() ) mIcon = img.smoothScale( 20, 20, TQ_ScaleMin ); else - mIcon = TDEGlobal::iconLoader()->loadIcon( "personal", TDEIcon::Small ); + mIcon = TDEGlobal::iconLoader()->loadIcon( "preferences-desktop-personal", TDEIcon::Small ); mName = mAddressee.realName(); mKey = mAddressee.realName() + '|' + mEmail; |