diff --git a/src/accountwidget.cpp b/src/accountwidget.cpp --- a/src/accountwidget.cpp +++ b/src/accountwidget.cpp @@ -92,6 +92,7 @@ // the account->enabled() is about the service, not the account checkbox->setChecked(account->enabled()); checkbox->setProperty("service", service.name()); + checkbox->setIcon(QIcon::fromTheme(service.iconName())); KAccountsUiPlugin *uiPlugin = KAccounts::UiPluginsManager::pluginForService(service.serviceType()); if (uiPlugin) {