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 | |
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/designer/uic')
-rw-r--r-- | tools/designer/uic/embed.cpp | 4 | ||||
-rw-r--r-- | tools/designer/uic/form.cpp | 2 |
2 files changed, 3 insertions, 3 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"; diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp index 127d1915d..ebbcb1575 100644 --- a/tools/designer/uic/form.cpp +++ b/tools/designer/uic/form.cpp @@ -851,7 +851,7 @@ void Uic::createFormImpl( const TQDomElement &e ) } if ( !requiredImages.isEmpty() || externPixmaps ) { - out << "#include <ntqimage.h>" << endl; + out << "#include <tqimage.h>" << endl; out << "#include <ntqpixmap.h>" << endl << endl; } |