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/designer/uic/embed.cpp | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt-8c029298.tar.gz tqt-8c029298.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/uic/embed.cpp')
-rw-r--r-- | tools/designer/uic/embed.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp index 5a272e33d..670b688cd 100644 --- a/tools/designer/uic/embed.cpp +++ b/tools/designer/uic/embed.cpp @@ -33,7 +33,7 @@ #include "uic.h" #include <ntqfile.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqstringlist.h> #include <ntqdatetime.h> #include <ntqfileinfo.h> @@ -143,7 +143,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima out << "****************************************************************************/\n"; out << "\n"; - out << "#include <ntqimage.h>\n"; + out << "#include <tqimage.h>\n"; out << "#include <ntqdict.h>\n"; out << "#include <ntqmime.h>\n"; out << "#include <ntqdragobject.h>\n"; |