comparison examples/sleak/SleakExample.d @ 161:eb84f9418bbf

Change module names to this not have examples in the FQN.
author Frank Benoit <benoit@tionex.de>
date Mon, 01 Sep 2008 22:24:27 +0200
parents 4a04b6759f98
children
comparison
equal deleted inserted replaced
158:683d3e7b184a 161:eb84f9418bbf
5 * http://www.eclipse.org/legal/cpl-v10.html 5 * http://www.eclipse.org/legal/cpl-v10.html
6 * 6 *
7 * Port to the D programming language 7 * Port to the D programming language
8 * Frank Benoit <benoit@tionex.de> 8 * Frank Benoit <benoit@tionex.de>
9 */ 9 */
10 module examples.sleak.SleakExample; 10 module sleak.SleakExample;
11 11
12 import dwt.DWT; 12 import dwt.DWT;
13 import dwt.graphics.DeviceData; 13 import dwt.graphics.DeviceData;
14 import dwt.widgets.Display; 14 import dwt.widgets.Display;
15 import dwt.widgets.Shell; 15 import dwt.widgets.Shell;