diff generator/dgenerator.cpp @ 344:96a75b1e5b26

project structure changes
author Max Samukha <maxter@spambox.com>
date Fri, 14 May 2010 12:14:37 +0300
parents c887282e1590
children 31520b2c0b3c
line wrap: on
line diff
--- a/generator/dgenerator.cpp	Thu May 13 21:01:24 2010 +0300
+++ b/generator/dgenerator.cpp	Fri May 14 12:14:37 2010 +0300
@@ -1949,15 +1949,15 @@
     if (!m_isRecursive) {
         s << "public import qt.QGlobal;" << endl
           << "public import qt.core.Qt;" << endl
-          << "private import qt.QtdObject;" << endl
+          << "private import qtd.QtdObject;" << endl
           << "private import qt.core.QString;" << endl
-          << "private import qt.qtd.Array;" << endl
+          << "private import qtd.Array;" << endl
           << "private import qt.core.QList;" << endl;
         if (d_class->isQObject()) {
-            s << "public import qt.Signal;" << endl
-              << "public import qt.qtd.MOC;" << endl
-              << "public import qt.core.QMetaObject;" << endl
-              << "public import qt.qtd.Traits;" << endl;
+            s << "public import qtd.Signal;" << endl
+              << "public import qtd.MOC;" << endl
+              << "public import qtd.Traits;" << endl
+              << "public import qt.core.QMetaObject;" << endl;
 
             if (d_class->name() != "QObject")
                 s << "public import qt.core.QObject;" << endl;