aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/timelineeditor/timelinewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/timelineeditor/timelinewidget.h')
-rw-r--r--src/plugins/qmldesigner/components/timelineeditor/timelinewidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/timelineeditor/timelinewidget.h b/src/plugins/qmldesigner/components/timelineeditor/timelinewidget.h
index b546452e56..b1e24caf93 100644
--- a/src/plugins/qmldesigner/components/timelineeditor/timelinewidget.h
+++ b/src/plugins/qmldesigner/components/timelineeditor/timelinewidget.h
@@ -36,7 +36,6 @@ QT_FORWARD_DECLARE_CLASS(QComboBox)
QT_FORWARD_DECLARE_CLASS(QGraphicsView)
QT_FORWARD_DECLARE_CLASS(QLabel)
QT_FORWARD_DECLARE_CLASS(QResizeEvent)
-QT_FORWARD_DECLARE_CLASS(QScrollBar)
QT_FORWARD_DECLARE_CLASS(QShowEvent)
QT_FORWARD_DECLARE_CLASS(QString)
QT_FORWARD_DECLARE_CLASS(QPushButton)
@@ -47,6 +46,7 @@ class TimelineToolBar;
class TimelineView;
class TimelineGraphicsScene;
class QmlTimeline;
+class Navigation2dScrollBar;
class TimelineWidget : public QWidget
{
@@ -94,7 +94,7 @@ private:
QGraphicsView *m_graphicsView = nullptr;
- QScrollBar *m_scrollbar = nullptr;
+ Navigation2dScrollBar *m_scrollbar = nullptr;
QLabel *m_statusBar = nullptr;