diff dwt/events/SelectionListener.d @ 71:295b29fc7d13

Renamed SWT to DWT
author Frank Benoit <benoit@tionex.de>
date Tue, 15 Jan 2008 06:44:34 +0100
parents 63c023465156
children 5899e0b43e5d
line wrap: on
line diff
--- a/dwt/events/SelectionListener.d	Tue Jan 15 06:38:45 2008 +0100
+++ b/dwt/events/SelectionListener.d	Tue Jan 15 06:44:34 2008 +0100
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -11,7 +11,7 @@
 module dwt.events.SelectionListener;
 
 
-public import dwt.internal.SWTEventListener;
+public import dwt.internal.DWTEventListener;
 public import dwt.events.SelectionEvent;
 
 /**
@@ -30,7 +30,7 @@
  * @see SelectionAdapter
  * @see SelectionEvent
  */
-public interface SelectionListener : SWTEventListener {
+public interface SelectionListener : DWTEventListener {
 
 /**
  * Sent when selection occurs in the control.