diff examples/controlexample/ButtonTab.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 8a1930f94cbb
children
line wrap: on
line diff
--- a/examples/controlexample/ButtonTab.d	Fri Aug 22 20:58:23 2008 +0200
+++ b/examples/controlexample/ButtonTab.d	Mon Sep 01 22:24:27 2008 +0200
@@ -10,7 +10,7 @@
  * Port to the D programming language:
  *     Frank Benoit <benoit@tionex.de>
  *******************************************************************************/
-module examples.controlexample.ButtonTab;
+module controlexample.ButtonTab;
 
 
 
@@ -24,8 +24,8 @@
 import dwt.widgets.Group;
 import dwt.widgets.Widget;
 
-import examples.controlexample.AlignableTab;
-import examples.controlexample.ControlExample;
+import controlexample.AlignableTab;
+import controlexample.ControlExample;
 
 /**
  * <code>ButtonTab</code> is the class that