From 88d7ebff6abf9536530707e79b9997ad2b24241b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:58 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- kdict/queryview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdict/queryview.cpp') diff --git a/kdict/queryview.cpp b/kdict/queryview.cpp index 2f5f4a49..902b412e 100644 --- a/kdict/queryview.cpp +++ b/kdict/queryview.cpp @@ -418,14 +418,14 @@ void QueryView::buildPopupMenu(const TQString &url, const TQPoint &point) } if(type=="realhttp") { popupLink.prepend("http://"); - rightBtnMenu->insertItem(SmallIcon("fileopen"), + rightBtnMenu->insertItem(SmallIcon("document-open"), i18n("&Open Link"), this,TQT_SLOT(popupOpenLink())); rightBtnMenu->insertSeparator(); } if(type=="realftp") { popupLink.prepend("ftp://"); - rightBtnMenu->insertItem(SmallIcon("fileopen"), + rightBtnMenu->insertItem(SmallIcon("document-open"), i18n("&Open Link"), this,TQT_SLOT(popupOpenLink())); rightBtnMenu->insertSeparator(); -- cgit v1.2.1