summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 4ebd5a9b..00112d61 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -405,7 +405,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event)
}
else
{
- a = rApp->bookmarkManager()->actionByName("rekonq_add_bookmark");
+ a = mainwindow->actionByName(KStandardAction::name(KStandardAction::AddBookmark));
menu.addAction(a);
}
menu.addAction(sendByMailAction);