diff options
author | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /tools/qembed | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tools/qembed')
-rw-r--r-- | tools/qembed/qembed.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/qembed/qembed.cpp b/tools/qembed/qembed.cpp index d8fa46cde..112ecb7c7 100644 --- a/tools/qembed/qembed.cpp +++ b/tools/qembed/qembed.cpp @@ -23,7 +23,7 @@ #include <tqtextstream.h> #include <tqdatetime.h> #include <tqimage.h> -#include <ntqdict.h> +#include <tqdict.h> #include <ntqdir.h> #include <ctype.h> #include <stdlib.h> @@ -97,7 +97,7 @@ int main( int argc, char **argv ) if ( arg == "--images" ) { if ( !images ) { out << "#include <tqimage.h>\n"; - out << "#include <ntqdict.h>\n"; + out << "#include <tqdict.h>\n"; images = TRUE; } } else { @@ -171,9 +171,9 @@ int main( int argc, char **argv ) } if ( list.count() > 0 ) { - out << "#include <ntqcstring.h>\n"; + out << "#include <tqcstring.h>\n"; if ( !images ) - out << "#include <ntqdict.h>\n"; + out << "#include <tqdict.h>\n"; out << "static struct Embed {\n" " unsigned int size;\n" |