diff --git a/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml b/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml index 5bd01b37bbd..197b2c015aa 100644 --- a/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml +++ b/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml @@ -193,7 +193,7 @@ Controls.Popup { boundsMovement: Flickable.StopAtBounds boundsBehavior: Flickable.StopAtBounds - ScrollBar.vertical: HelperWidgets.ScrollBar { + Controls.ScrollBar.vertical: HelperWidgets.ScrollBar { id: treeScrollBar parent: treeView x: treeView.width - treeScrollBar.width