diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /tools/qembed/qembed.cpp | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/qembed/qembed.cpp')
-rw-r--r-- | tools/qembed/qembed.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qembed/qembed.cpp b/tools/qembed/qembed.cpp index 978a4f3d4..4db18202a 100644 --- a/tools/qembed/qembed.cpp +++ b/tools/qembed/qembed.cpp @@ -22,7 +22,7 @@ #include <tqptrlist.h> #include <ntqtextstream.h> #include <ntqdatetime.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqdict.h> #include <ntqdir.h> #include <ctype.h> @@ -96,7 +96,7 @@ int main( int argc, char **argv ) TQString arg = (*it); if ( arg == "--images" ) { if ( !images ) { - out << "#include <ntqimage.h>\n"; + out << "#include <tqimage.h>\n"; out << "#include <ntqdict.h>\n"; images = TRUE; } |