summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/groups
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:50 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:50 -0500
commitbfecdb99e02d370a6eb7b909f515badb5b95ebba (patch)
treeb61785ddf0f5ddca9dda6020b655b73324f432ce /apps/ktorrent/groups
parentdb9ddf01908e1f6ebf9cfd4c5503b88185863f98 (diff)
downloadktorrent-bfecdb99e02d370a6eb7b909f515badb5b95ebba.tar.gz
ktorrent-bfecdb99e02d370a6eb7b909f515badb5b95ebba.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'apps/ktorrent/groups')
-rw-r--r--apps/ktorrent/groups/groupview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/groups/groupview.cpp b/apps/ktorrent/groups/groupview.cpp
index 2ed8682..25cf9f2 100644
--- a/apps/ktorrent/groups/groupview.cpp
+++ b/apps/ktorrent/groups/groupview.cpp
@@ -135,7 +135,7 @@ namespace kt
{
menu = new TDEPopupMenu(this);
- new_group = new TDEAction(i18n("New Group"),"filenew",0,
+ new_group = new TDEAction(i18n("New Group"),"document-new",0,
TQT_TQOBJECT(this), TQT_SLOT(addGroup()),col, "New Group");
edit_group = new TDEAction(i18n("Edit Name"),"edit",0,
@@ -144,7 +144,7 @@ namespace kt
remove_group = new TDEAction(i18n("Remove Group"),"remove",0,
TQT_TQOBJECT(this), TQT_SLOT(removeGroup()),col,"Remove Group");
- open_in_new_tab = new TDEAction(i18n("Open Tab"),"fileopen",0,
+ open_in_new_tab = new TDEAction(i18n("Open Tab"),"document-open",0,
TQT_TQOBJECT(this) ,TQT_SLOT(openView()),col,"Open Tab");
open_in_new_tab->plug(menu);