summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event/ItemClickEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/event/ItemClickEvent.java')
-rw-r--r--src/com/vaadin/event/ItemClickEvent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/event/ItemClickEvent.java b/src/com/vaadin/event/ItemClickEvent.java
index bb41398e8d..0aa0e106c5 100644
--- a/src/com/vaadin/event/ItemClickEvent.java
+++ b/src/com/vaadin/event/ItemClickEvent.java
@@ -9,7 +9,7 @@ import java.lang.reflect.Method;
import com.vaadin.data.Item;
import com.vaadin.data.Property;
import com.vaadin.event.MouseEvents.ClickEvent;
-import com.vaadin.terminal.gwt.client.MouseEventDetails;
+import com.vaadin.shared.MouseEventDetails;
import com.vaadin.ui.Component;
/**