summaryrefslogtreecommitdiffstats
path: root/kaddressbook/imagewidget.cpp
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 /kaddressbook/imagewidget.cpp
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 'kaddressbook/imagewidget.cpp')
-rw-r--r--kaddressbook/imagewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/imagewidget.cpp b/kaddressbook/imagewidget.cpp
index 722b8dd7..f10bf7b2 100644
--- a/kaddressbook/imagewidget.cpp
+++ b/kaddressbook/imagewidget.cpp
@@ -144,7 +144,7 @@ void ImageButton::startDrag()
void ImageButton::updateGUI()
{
if ( mPicture.data().isNull() )
- setPixmap( TDEGlobal::iconLoader()->iconPath( "personal", TDEIcon::Desktop ) );
+ setPixmap( TDEGlobal::iconLoader()->iconPath( "preferences-desktop-personal", TDEIcon::Desktop ) );
else
setPixmap( mPicture.data() );
}