NotificationManager::performNotification(Event::ConnectFailed,QString(),i18nc("@info:status Notification text when connection has failed","Connection %1 failed",ic->connectionName()),Knm::Connection::iconName(ic->connectionType()));
}else{
NotificationManager::performNotification(Event::ConnectFailed,QString(),i18nc("@info:status Notification text when connection has failed","<p>Connection %1 failed:</p><p>%2</p>",ic->connectionName(),errorMsg),Knm::Connection::iconName(ic->connectionType()));