############################################################################## ######################### Theme management ################################## ##############################################################################
| 382 | // ######################### Theme management ################################## |
| 383 | // ############################################################################## |
| 384 | void Background::loadThemeConfig(const KConfigGroup& group) { |
| 385 | Q_D(const Background); |
| 386 | const QColor themeColor = group.readEntry(d->prefix + QStringLiteral("FirstColor"), QColor(Qt::white)); |
| 387 | loadThemeConfig(group, themeColor); |
| 388 | } |
| 389 | |
| 390 | void Background::loadThemeConfig(const KConfigGroup& group, const QColor& themeColor) { |
| 391 | Q_D(const Background); |