Port from deprecated AboutKDE component to AboutKDEPage
This commit is contained in:
@@ -102,7 +102,7 @@ Labs.MenuBar {
|
|||||||
}
|
}
|
||||||
Labs.MenuItem {
|
Labs.MenuItem {
|
||||||
text: i18nc("menu", "About KDE")
|
text: i18nc("menu", "About KDE")
|
||||||
onTriggered: pageStack.pushDialogLayer(Qt.createComponent("org.kde.kirigamiaddons.formcard", "AboutKDE"))
|
onTriggered: pageStack.pushDialogLayer(Qt.createComponent("org.kde.kirigamiaddons.formcard", "AboutKDEPage"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ KirigamiSettings.ConfigurationView {
|
|||||||
moduleId: "aboutKDE"
|
moduleId: "aboutKDE"
|
||||||
text: i18n("About KDE")
|
text: i18n("About KDE")
|
||||||
icon.name: "kde"
|
icon.name: "kde"
|
||||||
page: () => Qt.createComponent("org.kde.kirigamiaddons.formcard", "AboutKDE")
|
page: () => Qt.createComponent("org.kde.kirigamiaddons.formcard", "AboutKDEPage")
|
||||||
category: i18nc("@title:group", "About")
|
category: i18nc("@title:group", "About")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user