| 105 | } |
| 106 | |
| 107 | void NoteDock::saveConfigAsTemplate(KConfig& config) { |
| 108 | KConfigGroup group = config.group(QStringLiteral("Notes")); |
| 109 | |
| 110 | group.writeEntry(QStringLiteral("BackgroundColor"), ui.kcbBgColor->color()); |
| 111 | group.writeEntry(QStringLiteral("TextColor"), ui.kcbTextColor->color()); |
| 112 | group.writeEntry(QStringLiteral("TextFont"), ui.kfrTextFont->font()); |
| 113 | } |