summaryrefslogtreecommitdiffstats
path: root/tools/qembed
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/qembed
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'tools/qembed')
-rw-r--r--tools/qembed/qembed.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/tools/qembed/qembed.cpp b/tools/qembed/qembed.cpp
index 80e7956d..80fe1113 100644
--- a/tools/qembed/qembed.cpp
+++ b/tools/qembed/qembed.cpp
@@ -16,15 +16,15 @@
**
*****************************************************************************/
-#include <qstring.h>
-#include <qfile.h>
-#include <qfileinfo.h>
-#include <qptrlist.h>
-#include <qtextstream.h>
-#include <qdatetime.h>
-#include <qimage.h>
-#include <qdict.h>
-#include <qdir.h>
+#include <ntqstring.h>
+#include <ntqfile.h>
+#include <ntqfileinfo.h>
+#include <ntqptrlist.h>
+#include <ntqtextstream.h>
+#include <ntqdatetime.h>
+#include <ntqimage.h>
+#include <ntqdict.h>
+#include <ntqdir.h>
#include <ctype.h>
#include <stdlib.h>
@@ -96,8 +96,8 @@ int main( int argc, char **argv )
TQString arg = (*it);
if ( arg == "--images" ) {
if ( !images ) {
- out << "#include <qimage.h>\n";
- out << "#include <qdict.h>\n";
+ out << "#include <ntqimage.h>\n";
+ out << "#include <ntqdict.h>\n";
images = TRUE;
}
} else {
@@ -171,9 +171,9 @@ int main( int argc, char **argv )
}
if ( list.count() > 0 ) {
- out << "#include <qcstring.h>\n";
+ out << "#include <ntqcstring.h>\n";
if ( !images )
- out << "#include <qdict.h>\n";
+ out << "#include <ntqdict.h>\n";
out << "static struct Embed {\n"
" unsigned int size;\n"