diff --git a/tests/manual/quickcontrols2/buttons/ButtonLoader.qml b/tests/manual/quickcontrols2/buttons/ButtonLoader.qml index ecbf637b17..bc92a5452a 100644 --- a/tests/manual/quickcontrols2/buttons/ButtonLoader.qml +++ b/tests/manual/quickcontrols2/buttons/ButtonLoader.qml @@ -50,6 +50,7 @@ import QtQuick import QtQuick.Controls +import QtQuick.Templates as T Item { id: root @@ -65,7 +66,7 @@ Item { property bool checked property var down: undefined - property AbstractButton activeButton: round ? roundButton : button + property T.AbstractButton activeButton: round ? roundButton : button Button { id: button