summaryrefslogtreecommitdiffstats
path: root/kdict
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:58 -0500
commit88d7ebff6abf9536530707e79b9997ad2b24241b (patch)
treeea676ef619ef1e2120630d1d1e9a7ff3904e396e /kdict
parent7c7af10eb50f1eed70b09281f1e9764483de63b4 (diff)
downloadtdenetwork-88d7ebff6abf9536530707e79b9997ad2b24241b.tar.gz
tdenetwork-88d7ebff6abf9536530707e79b9997ad2b24241b.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 'kdict')
-rw-r--r--kdict/queryview.cpp4
1 files changed, 2 insertions, 2 deletions
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();