diff --git a/applets/colorpicker/package/contents/config/config.qml b/applets/colorpicker/package/contents/config/config.qml index de985d95d..f780bf593 100644 --- a/applets/colorpicker/package/contents/config/config.qml +++ b/applets/colorpicker/package/contents/config/config.qml @@ -1,29 +1,29 @@ /* * Copyright 2015 Kai Uwe Broulik * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License or (at your option) version 3 or any later version * accepted by the membership of KDE e.V. (or its successor approved * by the membership of KDE e.V.), which shall act as a proxy * defined in Section 14 of version 3 of the license. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see */ import org.kde.plasma.configuration 2.0 ConfigModel { ConfigCategory { name: i18nc("@title", "General") - icon: "color-picker" + icon: "preferences-desktop-plasma" source: "configGeneral.qml" } } diff --git a/applets/quickshare/plasmoid/contents/config/config.qml b/applets/quickshare/plasmoid/contents/config/config.qml index 3818b237e..edfbb654f 100644 --- a/applets/quickshare/plasmoid/contents/config/config.qml +++ b/applets/quickshare/plasmoid/contents/config/config.qml @@ -1,31 +1,31 @@ /* * Copyright 2014 Aleix Pol Gonzalez * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License or (at your option) version 3 or any later version * accepted by the membership of KDE e.V. (or its successor approved * by the membership of KDE e.V.), which shall act as a proxy * defined in Section 14 of version 3 of the license. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see */ import QtQuick 2.0 import org.kde.plasma.configuration 2.0 ConfigModel { ConfigCategory { name: i18nc("@title", "General") - icon: "emblem-shared-symbolic" + icon: "preferences-desktop-plasma" source: "settingsGeneral.qml" } } diff --git a/applets/systemloadviewer/package/contents/config/config.qml b/applets/systemloadviewer/package/contents/config/config.qml index 9dd2411cb..9683d70ce 100644 --- a/applets/systemloadviewer/package/contents/config/config.qml +++ b/applets/systemloadviewer/package/contents/config/config.qml @@ -1,36 +1,36 @@ /* * Copyright (C) 2014 Martin Yrjölä * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License or (at your option) version 3 or any later version * accepted by the membership of KDE e.V. (or its successor approved * by the membership of KDE e.V.), which shall act as a proxy * defined in Section 14 of version 3 of the license. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see */ import QtQuick 2.2 import org.kde.plasma.configuration 2.0 ConfigModel { ConfigCategory { name: i18nc("@title", "General") - icon: "view-statistics" + icon: "preferences-desktop-plasma" source: "GeneralSettings.qml" } ConfigCategory { name: i18nc("@title", "Colors") icon: "preferences-desktop-color" source: "ColorSettings.qml" } }