diff d2/qtd/QtdObject.d @ 314:80b52f5e97b6 lifetime

Structure without common root dir
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:17:36 +0200
parents 8674fd5f34f4
children 2049c3abd348
line wrap: on
line diff
--- a/d2/qtd/QtdObject.d	Wed Dec 23 16:58:17 2009 +0200
+++ b/d2/qtd/QtdObject.d	Wed Dec 23 23:17:36 2009 +0200
@@ -9,14 +9,14 @@
 *
 */
 
-module qt.QtdObject;
+module qtd.QtdObject;
 
 import
 	core.memory,
-	qt.Signal,
-	qt.Core,
-	qt.Memory,
-	qt.Array;
+	qtd.Signal,
+	qtd.Core,
+	qtd.Memory,
+	qtd.Array;
 
 struct ScopeObject(T : QtdObjectBase)
 {