diff options
Diffstat (limited to 'kdict/queryview.cpp')
-rw-r--r-- | kdict/queryview.cpp | 4 |
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(); |