summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 11:39:45 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 11:39:45 -0500
commit30aafe977dd63a9b8996dd57c5f7cf290ada7f6d (patch)
tree0c66d00d1f2f3abce914e999eb9332125bcabae1 /kmail
parent1bc23e19f6184009f8af442b25dc7a387d60cf5d (diff)
downloadtdepim-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')
-rw-r--r--kmail/kmail_config_appearance.desktop2
-rw-r--r--kmail/recipientspicker.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmail_config_appearance.desktop b/kmail/kmail_config_appearance.desktop
index 0c377b6ca..73944baa6 100644
--- a/kmail/kmail_config_appearance.desktop
+++ b/kmail/kmail_config_appearance.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Icon=looknfeel
+Icon=preferences-desktop
Type=Service
X-TDE-ServiceTypes=TDECModule
diff --git a/kmail/recipientspicker.cpp b/kmail/recipientspicker.cpp
index 04cc50e15..be47b022b 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;