diff --git a/src/controls/Page.qml b/src/controls/Page.qml --- a/src/controls/Page.qml +++ b/src/controls/Page.qml @@ -22,15 +22,16 @@ import org.kde.kirigami 2.7 as Kirigami import "private" import QtQuick.Templates 2.1 as T2 +import QtQuick.Controls 2.1 as QQC2 /** * Page is a container for all the app pages: everything pushed to the * ApplicationWindow stackView should be a Page instance (or a subclass, * such as ScrollablePage) * @see ScrollablePage * @inherit QtQuick.Templates.Page */ -T2.Page { +QQC2.Page { id: root /**