From: Jakob Petsovits Date: Fri, 28 Dec 2007 16:21:31 +0000 (+0000) Subject: Icon naming spec compliance (code changes - KDE/): X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/9daf347112cb0faa226e10e053126e03bc63b83b Icon naming spec compliance (code changes - KDE/): * actions/user -> places/user-identity * places/contact -> mimetypes/x-office-contact * fix KMail and KNode configuration dialog page icons * and bits of other fix-up stuff. svn path=/trunk/KDE/kdebase/apps/; revision=753841 --- diff --git a/src/dolphincategorydrawer.cpp b/src/dolphincategorydrawer.cpp index 9996672d7..7f82a215f 100644 --- a/src/dolphincategorydrawer.cpp +++ b/src/dolphincategorydrawer.cpp @@ -177,7 +177,7 @@ void DolphinCategoryDrawer::drawCategory(const QModelIndex &index, int sortRole, } else { - icon = KIconLoader::global()->loadIcon("user", KIconLoader::NoGroup, option.fontMetrics.height()); + icon = KIconLoader::global()->loadIcon("user-identity", KIconLoader::NoGroup, option.fontMetrics.height()); } opt.rect.setTop(opt.rect.top() - icon.height());