| 211 | |
| 212 | STD_SETTER_CMD_IMPL_F_S(Background, SetType, Background::Type, type, update) |
| 213 | void Background::setType(Background::Type type) { |
| 214 | Q_D(Background); |
| 215 | if (type != d->type) |
| 216 | exec(new BackgroundSetTypeCmd(d, type, ki18n("%1: background type changed"))); |
| 217 | } |
| 218 | |
| 219 | STD_SETTER_CMD_IMPL_F_S(Background, SetColorStyle, Background::ColorStyle, colorStyle, update) |
| 220 | void Background::setColorStyle(Background::ColorStyle style) { |
no outgoing calls