diff options
| author | Jakob Petsovits <[email protected]> | 2007-12-28 16:21:31 +0000 |
|---|---|---|
| committer | Jakob Petsovits <[email protected]> | 2007-12-28 16:21:31 +0000 |
| commit | 9daf347112cb0faa226e10e053126e03bc63b83b (patch) | |
| tree | 73a0de9066605b56c4520283822068654b943935 | |
| parent | 4391635b5dcc7470cbd35d9651282696747ce764 (diff) | |
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
| -rw-r--r-- | src/dolphincategorydrawer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |
