summaryrefslogtreecommitdiffstats
path: root/tools/qembed
diff options
context:
space:
mode:
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 80e7956d3..80fe1113c 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"