diff examples/addressbook/SearchDialog.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 9c2803aea121
children
line wrap: on
line diff
--- a/examples/addressbook/SearchDialog.d	Fri Aug 22 20:58:23 2008 +0200
+++ b/examples/addressbook/SearchDialog.d	Mon Sep 01 22:24:27 2008 +0200
@@ -8,7 +8,7 @@
  * Contributors:
  *     IBM Corporation - initial API and implementation
  *******************************************************************************/
-module examples.addressbook.SearchDialog;
+module addressbook.SearchDialog;
 
 
 import dwt.DWT;
@@ -30,7 +30,7 @@
 import dwt.widgets.Shell;
 import dwt.widgets.Text;
 
-import examples.addressbook.FindListener;
+import addressbook.FindListener;
 
 import dwt.dwthelper.ResourceBundle;