summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-08-09 23:51:33 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-08-10 11:37:31 +0200
commite55e9c541f7a700de529b521552cc935619cc894 (patch)
tree9664e74302dfeec8074eaa28b754a806d0b68fb1 /src/webview.h
parentremove useless #includes (diff)
downloadrekonq-e55e9c541f7a700de529b521552cc935619cc894.tar.xz
- Fix Ctrl + wheel shortcut
- Fix zoomUp at the end of the bar - add a stretch on the right
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index a4ba676c..1fd40f92 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -74,7 +74,7 @@ private slots:
signals:
void loadUrl(const KUrl &, const Rekonq::OpenType &);
- void zoomChanged(qreal);
+ void zoomChanged(int);
private:
QPoint _mousePos;