Index: trunk/src/scriptbuilder/gui/drawers/EventIconDrawer.java
===================================================================
--- trunk/src/scriptbuilder/gui/drawers/EventIconDrawer.java	(revision 1)
+++ trunk/src/scriptbuilder/gui/drawers/EventIconDrawer.java	(revision 7)
@@ -13,5 +13,5 @@
 import scriptbuilder.structures.ScriptEvent.ScriptEventType;
 import images.*;
-import scriptbuilder.structures.events.ScriptEventInterface;
+import scriptbuilder.structures.events.I_ScriptEvent;
 
 /**
@@ -138,5 +138,5 @@
      * y)
      */
-    public static void DrawEventIcon(Graphics2D g2d, ScriptEventInterface event,
+    public static void DrawEventIcon(Graphics2D g2d, I_ScriptEvent event,
             int x, int y)
     {
