diff --git a/src/main/java/org/gcube/portlets/user/td/statisticalwidget/client/utils/UtilsGXT3.java b/src/main/java/org/gcube/portlets/user/td/statisticalwidget/client/utils/UtilsGXT3.java index da19ef4..7279c11 100644 --- a/src/main/java/org/gcube/portlets/user/td/statisticalwidget/client/utils/UtilsGXT3.java +++ b/src/main/java/org/gcube/portlets/user/td/statisticalwidget/client/utils/UtilsGXT3.java @@ -1,7 +1,7 @@ package org.gcube.portlets.user.td.statisticalwidget.client.utils; import com.google.gwt.core.client.Callback; -import com.google.gwt.user.client.Element; +import com.google.gwt.dom.client.Element; import com.sencha.gxt.core.client.dom.XElement; import com.sencha.gxt.widget.core.client.Component; import com.sencha.gxt.widget.core.client.box.AlertMessageBox;