Index: trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java	(revision 10926)
+++ trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java	(revision 10927)
@@ -111,4 +111,13 @@
         public String toString() {
             return "IconReference{" + "iconName='" + iconName + "' source='" + source.getDisplayString() + "'}";
+        }
+
+        /**
+         * Determines whether this icon represents a deprecated icon
+         * @return whether this icon represents a deprecated icon
+         * @since 10927
+         */
+        public boolean isDeprecatedIcon() {
+            return DEPRECATED_IMAGE_NAMES.contains(iconName);
         }
     }
