diff dwt/graphics/ImageLoaderEvent.d @ 10:63c023465156

moved from org.eclipse.swt to dwt
author Frank Benoit <benoit@tionex.de>
date Sat, 05 Jan 2008 17:58:37 +0100
parents ad2b69216039
children 8cec8f536af3
line wrap: on
line diff
--- a/dwt/graphics/ImageLoaderEvent.d	Sat Jan 05 17:39:49 2008 +0100
+++ b/dwt/graphics/ImageLoaderEvent.d	Sat Jan 05 17:58:37 2008 +0100
@@ -8,12 +8,12 @@
  * Contributors:
  *     IBM Corporation - initial API and implementation
  *******************************************************************************/
-module org.eclipse.swt.graphics.ImageLoaderEvent;
+module dwt.graphics.ImageLoaderEvent;
 
 
-public import org.eclipse.swt.internal.SWTEventObject;
-public import org.eclipse.swt.graphics.ImageLoader;
-public import org.eclipse.swt.graphics.ImageData;
+public import dwt.internal.SWTEventObject;
+public import dwt.graphics.ImageLoader;
+public import dwt.graphics.ImageData;
 
 import tango.text.convert.Format;