diff d2/qt/core/QList.d @ 347:970332a88b72

lowered the marshall in rank
author maxter <spambox@d-coding.com>
date Sat, 15 May 2010 00:22:47 +0300
parents 96a75b1e5b26
children 9784459f0750
line wrap: on
line diff
--- a/d2/qt/core/QList.d	Fri May 14 13:15:24 2010 +0300
+++ b/d2/qt/core/QList.d	Sat May 15 00:22:47 2010 +0300
@@ -5,7 +5,7 @@
 import qt.core.QString;
 import qtd.QtdObject;
 import qtd.Atomic;
-import qtd.MetaMarshall;
+import qtd.Marshal;
 
 import core.stdc.stdlib : qRealloc = realloc, qFree = free, qMalloc = malloc;
 import core.stdc.string : memcpy, memmove;