summaryrefslogtreecommitdiffstats
path: root/konversation/src/topiclabel.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:48 -0500
commitda6c5588f203a7b686b1dea7390e5b0eb630dcfc (patch)
treeda72b24dde82715b3bd41b9f06e7c12c24fb88c2 /konversation/src/topiclabel.cpp
parent22d1174898782a2aefa305e7076b29d00e1d5acd (diff)
downloadkonversation-da6c5588f203a7b686b1dea7390e5b0eb630dcfc.tar.gz
konversation-da6c5588f203a7b686b1dea7390e5b0eb630dcfc.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 'konversation/src/topiclabel.cpp')
-rw-r--r--konversation/src/topiclabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/topiclabel.cpp b/konversation/src/topiclabel.cpp
index 67b3b92..773ac33 100644
--- a/konversation/src/topiclabel.cpp
+++ b/konversation/src/topiclabel.cpp
@@ -48,7 +48,7 @@ namespace Konversation
mousePressed=false;
m_popup = new TQPopupMenu(this,"topiclabel_context_menu");
- m_popup->insertItem(SmallIconSet("editcopy"),i18n("&Copy"),Copy);
+ m_popup->insertItem(SmallIconSet("edit-copy"),i18n("&Copy"),Copy);
m_popup->insertItem(i18n("Select All"),SelectAll);
setupChannelPopupMenu();
@@ -355,7 +355,7 @@ namespace Konversation
}
else if (!link.isEmpty() && !m_copyUrlMenu)
{
- m_popup->insertItem(SmallIcon("editcopy"), i18n("Copy URL to Clipboard"), CopyUrl, 0);
+ m_popup->insertItem(SmallIcon("edit-copy"), i18n("Copy URL to Clipboard"), CopyUrl, 0);
m_popup->insertItem(SmallIcon("bookmark"), i18n("Add to Bookmarks"), Bookmark, 1);
m_copyUrlMenu = true;
m_urlToCopy = link;