diff examples/tutorials/tutorial/t1/main.d @ 190:a1b48a630f73

D2 support, simple stuff works now
author eldar
date Sun, 12 Jul 2009 20:51:37 +0000
parents e78566595089
children a032df77b6ab
line wrap: on
line diff
--- a/examples/tutorials/tutorial/t1/main.d	Sun Jul 12 19:45:29 2009 +0000
+++ b/examples/tutorials/tutorial/t1/main.d	Sun Jul 12 20:51:37 2009 +0000
@@ -38,7 +38,7 @@
 import qt.gui.QApplication;
 import qt.gui.QPushButton;
 
-int main(char[][] args)
+int main(string[] args)
 {
     QApplication app = new QApplication(args);
     QPushButton hello = new QPushButton("Hello world!");