Index: utils/josm/plugins/landsat/src/landsat/LandsatLayer.java
===================================================================
--- utils/josm/plugins/landsat/src/landsat/LandsatLayer.java	(revision 1438)
+++ utils/josm/plugins/landsat/src/landsat/LandsatLayer.java	(revision 1443)
@@ -17,5 +17,5 @@
 import org.openstreetmap.josm.data.projection.Projection;
 import org.openstreetmap.josm.gui.MapView;
-import org.openstreetmap.josm.gui.dialogs.LayerList;
+import org.openstreetmap.josm.gui.dialogs.LayerListDialog;
 import org.openstreetmap.josm.gui.dialogs.LayerListPopup;
 import org.openstreetmap.josm.gui.layer.Layer;
@@ -92,6 +92,6 @@
 	@Override public Component[] getMenuEntries() {
 		return new Component[]{
-				new JMenuItem(new LayerList.ShowHideLayerAction(this)),
-				new JMenuItem(new LayerList.DeleteLayerAction(this)),
+				new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
+				new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
 				new JSeparator(),
 				new JMenuItem(new LayerListPopup.InfoAction(this))};
