diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /tools/designer/designer/project.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt-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.cpp | 28 |
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> |