diff options
author | Timothy Pearson <[email protected]> | 2014-10-14 11:39:45 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-14 11:39:45 -0500 |
commit | 30aafe977dd63a9b8996dd57c5f7cf290ada7f6d (patch) | |
tree | 0c66d00d1f2f3abce914e999eb9332125bcabae1 /libtdepim/addressesdialog.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 'libtdepim/addressesdialog.cpp')
-rw-r--r-- | libtdepim/addressesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/addressesdialog.cpp b/libtdepim/addressesdialog.cpp index 0afd9a81f..d764b3765 100644 --- a/libtdepim/addressesdialog.cpp +++ b/libtdepim/addressesdialog.cpp @@ -105,7 +105,7 @@ AddresseeViewItem::AddresseeViewItem( AddresseeViewItem *parent, const TDEABC::A if ( addr.photo().url().isEmpty() ) { if ( addr.photo().data().isNull() ) - setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "personal", TDEIcon::Small ) ); + setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "preferences-desktop-personal", TDEIcon::Small ) ); else setPixmap( 0, addr.photo().data().smoothScale( 16, 16 ) ); } else { |