SVN commit 1021495 by gateau: Let's fix comments as well. M +3 -3 notificationsengine.cpp --- trunk/KDE/kdebase/workspace/plasma/dataengines/notifications/notificationsengine.cpp #1021494:1021495 @@ -189,9 +189,9 @@ image.load(path); } } else if (hints.contains("icon_data")) { - // This hint was in use in version 0.9 of the spec but has been - // replaced by "image_data" in version 0.10. We need to support it for - // users of the 0.9 version of the spec. + // This hint was in use in version 1.0 of the spec but has been + // replaced by "image_data" in version 1.1. We need to support it for + // users of the 1.0 version of the spec. QDBusArgument arg = hints["icon_data"].value(); image = decodeNotificationSpecImageHint(arg); }