summaryrefslogtreecommitdiffstats
path: root/krename/kmylistview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/kmylistview.cpp')
-rw-r--r--krename/kmylistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/kmylistview.cpp b/krename/kmylistview.cpp
index 9b50e2b..299d05c 100644
--- a/krename/kmylistview.cpp
+++ b/krename/kmylistview.cpp
@@ -83,9 +83,9 @@ void KMyListView::showContext( TQListViewItem* item, const TQPoint& pos, int )
menu->insertItem( BarIcon("exec"), i18n("Open"), this, TQT_SLOT( openCurrent() ) );
menu->insertSeparator();
}
- menu->insertItem( BarIcon("fileopen"), i18n("&Add..."), this, TQT_SLOT( addFiles() ) );
+ menu->insertItem( BarIcon("document-open"), i18n("&Add..."), this, TQT_SLOT( addFiles() ) );
if(item)
- menu->insertItem( BarIcon("editdelete"), i18n("&Remove"), this, TQT_SLOT( removeCurrentItem() ) );
+ menu->insertItem( BarIcon("edit-delete"), i18n("&Remove"), this, TQT_SLOT( removeCurrentItem() ) );
menu->popup( pos );
}