summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorFelix Rohrbach <fxrh@gmx.de>2011-01-05 09:45:49 +0100
committerJon Ander PeƱalba <jonan88@gmail.com>2011-01-05 09:45:49 +0100
commitec6384711a5cd4805657cb42eda0dc17f46b95e1 (patch)
tree32847d74fd9004b47fb1725995bb8c613c759dd2 /src/webview.h
parentcharset static tests (diff)
downloadrekonq-ec6384711a5cd4805657cb42eda0dc17f46b95e1.tar.xz
Horizontal scroll wheel may now be used to navigate through history (Disabled by default).
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h
index acd7eae2..a06a2cb2 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -85,6 +85,8 @@ private slots:
signals:
void loadUrl(const KUrl &, const Rekonq::OpenType &);
void zoomChanged(int);
+ void openPreviousInHistory();
+ void openNextInHistory();
private:
QPoint m_mousePos;