diff d2/qt/core/QMetaObject.d @ 366:da4235301224

Fixed VoidFunc. Updated to dmd.2.047.
author Max Samukha <maxter@spambox.com>
date Wed, 23 Jun 2010 21:34:43 +0300
parents 958e8b9a89bd
children f69341b40588
line wrap: on
line diff
--- a/d2/qt/core/QMetaObject.d	Fri Jun 11 20:09:25 2010 +0300
+++ b/d2/qt/core/QMetaObject.d	Wed Jun 23 21:34:43 2010 +0300
@@ -4,15 +4,16 @@
     qt.QGlobal,
     qt.core.QObject,
     qtd.QtdObject,
-    std.algorithm,
     qtd.meta.Runtime,
     qtd.meta.Compiletime,
     qtd.Marshal,
     qtd.MOC,
-    std.string,
+    qtd.String,
     std.typetuple,
     std.c.stdlib;
 
+import std.string : indexOf;
+
 class QMetaArgument : Meta
 {
 }