From e55e9c541f7a700de529b521552cc935619cc894 Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Mon, 9 Aug 2010 23:51:33 +0200 Subject: - Fix Ctrl + wheel shortcut - Fix zoomUp at the end of the bar - add a stretch on the right --- src/webview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webview.h') 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; -- cgit v1.2.1