--- a/src/hbcore/gui/hbscrollbar.cpp Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/gui/hbscrollbar.cpp Fri May 14 16:09:54 2010 +0300
@@ -26,7 +26,7 @@
#include <hbscrollbar.h>
#include <hbscrollbar_p.h>
#include <hbwidget_p.h>
-#include <hbstyleoptionscrollbar.h>
+#include <hbstyleoptionscrollbar_p.h>
#include <hbwidgetfeedback.h>
#include <hbframeitem.h>
@@ -283,20 +283,6 @@
}
/*!
- Returns whether scrollbar is in interactive mode.
-
- \deprecated HbScrollBar::interactive() const
- is deprecated. Please use HbScrollBar::isInteractive() const instead.
-
- \sa HbScrollBar::isInteractive()
-*/
-bool HbScrollBar::interactive() const
-{
- qWarning() << "HbScrollBar::interactive() is DEPRECATED! Use HbScrollBar::isInteractive";
- return isInteractive();
-}
-
-/*!
Sets the value of interactive property. If this value is set
to true scrollbar is interactive, the user can change the scroll position by
dragging the thumb or pressing the groove. Dragging the thumb emits valueChanged