diff d2/qt/core/QTypeInfo.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
line wrap: on
line diff
--- a/d2/qt/core/QTypeInfo.d	Fri May 14 13:15:24 2010 +0300
+++ b/d2/qt/core/QTypeInfo.d	Sat May 15 00:22:47 2010 +0300
@@ -8,7 +8,7 @@
 */
 import std.traits;
 
-import qtd.MetaMarshall;
+import qtd.Marshal;
 import qt.core.QString;
 
 bool qIsDetached(T)(ref T) { return true; }