summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-27 11:03:52 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-27 11:03:52 +0100
commitaec2112d569dab1710618717390e1972319928e3 (patch)
tree117f4dcbc6b1c4b98d341bf73cb2e64fa418e2b1 /src/webview.cpp
parentMerge commit 'refs/merge-requests/1925' of git://gitorious.org/rekonq/mainlin... (diff)
parentfix tab preview size (diff)
downloadrekonq-aec2112d569dab1710618717390e1972319928e3.tar.xz
Merge commit 'refs/merge-requests/1882' of git://gitorious.org/rekonq/mainline into mr1882
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 3bef7c1f..60bb496b 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -353,7 +353,7 @@ void WebView::mousePressEvent(QMouseEvent *event)
m_page->m_pressedButtons = event->buttons();
m_page->m_keyboardModifiers = event->modifiers();
- switch(event->button())
+ switch(event->button())
{
case Qt::XButton1:
triggerPageAction(QWebPage::Back);