From 79eed28893b39a1db2b170e414382822bc5bda9a Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Fri, 2 Jul 2010 16:34:34 +0200 Subject: Code cleanup --- src/webview.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/webview.h') diff --git a/src/webview.h b/src/webview.h index cc5508cb..b17940c7 100644 --- a/src/webview.h +++ b/src/webview.h @@ -32,7 +32,8 @@ // Rekonq Includes #include "rekonq_defines.h" -#include +//Qt Includes +#include // KDE Includes #include @@ -87,21 +88,20 @@ private: QPoint _mousePos; QPoint _clickPos; - QTimer *_scrollTimer; + // Auto Scroll + QTimer *_autoScrollTimer; int _VScrollSpeed; int _HScrollSpeed; bool _canEnableAutoScroll; bool _isAutoScrollEnabled; - QTimeLine *smoothScroller; - QTimer *timer; - int nbSteps; - int nbTicks; - bool bas; - QTime *time; - bool smoothScrolling; - int dy; - int steps; + // Smooth Scroll + QTimer *_smoothScrollTimer; + QTime _smoothScrollTime; + bool _scrollBottom; + bool _smoothScrolling; + int _dy; + int _smoothScrollSteps; }; #endif -- cgit v1.2.1