diff dwt/browser/LocationEvent.d @ 298:eec6ddb07873

More xpcom/mozilla port
author John Reimer<terminal.node@gmail.com>
date Sun, 10 Aug 2008 22:25:43 -0700
parents 4ee8c4237614
children 3f4a5c7d138f
line wrap: on
line diff
--- a/dwt/browser/LocationEvent.d	Fri Aug 08 15:25:08 2008 +0200
+++ b/dwt/browser/LocationEvent.d	Sun Aug 10 22:25:43 2008 -0700
@@ -12,7 +12,7 @@
  *******************************************************************************/
 module dwt.browser.LocationEvent;
 
-import dwt.dwthelper.utils;
+import tango.text.convert.Format;
 
 import dwt.events.TypedEvent;
 import dwt.widgets.Widget;
@@ -45,7 +45,7 @@
 
     static final long serialVersionUID = 3906644198244299574L;
     
-LocationEvent(Widget w) {
+this(Widget w) {
     super(w);
 }