kcms: Port to org.kde.config QML module from KConfig

The implementation in KDeclarative will be removed
This commit is contained in:
Alexander Lohnau 2023-04-21 16:13:02 +02:00
parent ee31581006
commit 3ff7a527e3
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import QtQuick.Controls as QQC2
import QtQuick.Layouts
import org.kde.kcm
import org.kde.kconfig
import org.kde.config
import org.kde.kirigami 2.10 as Kirigami
import org.kde.newstuff as NewStuff

View file

@ -10,7 +10,7 @@ import QtQuick.Controls as QQC2
import QtQuick.Layouts
import org.kde.kcm
import org.kde.kconfig
import org.kde.config
import org.kde.kirigami 2.10 as Kirigami
import org.kde.newstuff as NewStuff
import org.kde.kcmutils as KCMUtils