summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-28 23:46:49 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-12-12 16:40:29 +0100
commitee38fc3153bf8ee485749286f21fe1b317380ae9 (patch)
tree5d3557638b87075ba2e4e144f7209737f57f6d51 /src/webview.cpp
parentClean out ftp code to easily add in the future new sync implementations (diff)
downloadrekonq-ee38fc3153bf8ee485749286f21fe1b317380ae9.tar.xz
Rebase fix
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 012f77eb..096b412d 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -370,7 +370,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event)
}
else
{
- a = rApp->bookmarkProvider()->actionByName("rekonq_add_bookmark");
+ a = rApp->bookmarkManager()->actionByName("rekonq_add_bookmark");
menu.addAction(a);
}
menu.addAction(sendByMailAction);