summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/groups/inactiveuploadsgroup.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:10 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 00:13:10 -0500
commit7e5eb6da549215f174b8861890bbbf5c901c4313 (patch)
tree7b02c2ef1075821c58d8a078dc3a8a4fc1a281f3 /apps/ktorrent/groups/inactiveuploadsgroup.cpp
parent121af3c55d4750aa059ef5e37afb728e41d88579 (diff)
downloadktorrent-7e5eb6da549215f174b8861890bbbf5c901c4313.tar.gz
ktorrent-7e5eb6da549215f174b8861890bbbf5c901c4313.zip
Bring up, down, top, and bottom icons into XDG compliance
Diffstat (limited to 'apps/ktorrent/groups/inactiveuploadsgroup.cpp')
-rw-r--r--apps/ktorrent/groups/inactiveuploadsgroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/groups/inactiveuploadsgroup.cpp b/apps/ktorrent/groups/inactiveuploadsgroup.cpp
index 2de8732..967dc9c 100644
--- a/apps/ktorrent/groups/inactiveuploadsgroup.cpp
+++ b/apps/ktorrent/groups/inactiveuploadsgroup.cpp
@@ -28,7 +28,7 @@ namespace kt
InactiveUploadsGroup::InactiveUploadsGroup()
: Group(i18n("Inactive uploads"), UPLOADS_ONLY_GROUP)
{
- setIconByName("up");
+ setIconByName("go-up");
}