diff --git a/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml b/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml index 8f2ee2f41f4..332059fbc6c 100644 --- a/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml +++ b/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml @@ -195,7 +195,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