summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer/project.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /tools/designer/designer/project.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/designer/designer/project.cpp')
-rw-r--r--tools/designer/designer/project.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/tools/designer/designer/project.cpp b/tools/designer/designer/project.cpp
index f6f4c7bb8..862dd1742 100644
--- a/tools/designer/designer/project.cpp
+++ b/tools/designer/designer/project.cpp
@@ -40,25 +40,25 @@
#include "dbconnectionimpl.h"
#endif
#include "resource.h"
-#include <qwidgetfactory.h>
+#include <ntqwidgetfactory.h>
#include "outputwindow.h"
-#include <qfile.h>
-#include <qtextstream.h>
-#include <qurl.h>
-#include <qobjectlist.h>
-#include <qfeatures.h>
-#include <qtextcodec.h>
-#include <qdom.h>
-#include <qmessagebox.h>
-#include <qapplication.h>
+#include <ntqfile.h>
+#include <ntqtextstream.h>
+#include <ntqurl.h>
+#include <ntqobjectlist.h>
+#include <ntqfeatures.h>
+#include <ntqtextcodec.h>
+#include <ntqdom.h>
+#include <ntqmessagebox.h>
+#include <ntqapplication.h>
#include "mainwindow.h"
-#include <qworkspace.h>
+#include <ntqworkspace.h>
#ifndef QT_NO_SQL
-#include <qsqldatabase.h>
-#include <qsqlrecord.h>
-#include <qdatatable.h>
+#include <ntqsqldatabase.h>
+#include <ntqsqlrecord.h>
+#include <ntqdatatable.h>
#endif
#include <stdlib.h>