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 | |
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')
-rw-r--r-- | tools/designer/designer/pixmapchooser.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/pixmapcollection.cpp | 2 | ||||
-rw-r--r-- | tools/designer/designer/pixmapcollectioneditor.ui | 2 | ||||
-rw-r--r-- | tools/designer/designer/resource.h | 2 | ||||
-rw-r--r-- | tools/designer/designer/styledbutton.cpp | 2 | ||||
-rw-r--r-- | tools/designer/examples/credit/creditformbase.cpp | 2 | ||||
-rw-r--r-- | tools/designer/plugins/glade/glade2ui.cpp | 2 | ||||
-rw-r--r-- | tools/designer/uic/embed.cpp | 4 | ||||
-rw-r--r-- | tools/designer/uic/form.cpp | 2 | ||||
-rw-r--r-- | tools/designer/uilib/tqwidgetfactory.h | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/tools/designer/designer/pixmapchooser.cpp b/tools/designer/designer/pixmapchooser.cpp index 037694e7d..ce63c4d2e 100644 --- a/tools/designer/designer/pixmapchooser.cpp +++ b/tools/designer/designer/pixmapchooser.cpp @@ -45,7 +45,7 @@ #include "project.h" #include <ntqapplication.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqpainter.h> #include <ntqlabel.h> #include <ntqlineedit.h> diff --git a/tools/designer/designer/pixmapcollection.cpp b/tools/designer/designer/pixmapcollection.cpp index 83bb14502..0a94c591d 100644 --- a/tools/designer/designer/pixmapcollection.cpp +++ b/tools/designer/designer/pixmapcollection.cpp @@ -38,7 +38,7 @@ #include <ntqdir.h> #include <ntqfileinfo.h> #include <ntqtextstream.h> -#include <ntqimage.h> +#include <tqimage.h> PixmapCollection::PixmapCollection( Project *pro ) : project( pro ) diff --git a/tools/designer/designer/pixmapcollectioneditor.ui b/tools/designer/designer/pixmapcollectioneditor.ui index f6104f640..e6075c9e4 100644 --- a/tools/designer/designer/pixmapcollectioneditor.ui +++ b/tools/designer/designer/pixmapcollectioneditor.ui @@ -198,7 +198,7 @@ <include location="local" impldecl="in implementation">pixmapchooser.h</include> <include location="local" impldecl="in implementation">project.h</include> <include location="global" impldecl="in implementation">ntqfileinfo.h</include> - <include location="global" impldecl="in implementation">ntqimage.h</include> + <include location="global" impldecl="in implementation">tqimage.h</include> <include location="global" impldecl="in declaration">ntqpixmap.h</include> <include location="local" impldecl="in implementation">pixmapcollectioneditor.ui.h</include> </includes> diff --git a/tools/designer/designer/resource.h b/tools/designer/designer/resource.h index 6e75e83c9..b2b437d1c 100644 --- a/tools/designer/designer/resource.h +++ b/tools/designer/designer/resource.h @@ -38,7 +38,7 @@ #include <ntqtextstream.h> #include <ntqvariant.h> #include <tqvaluelist.h> -#include <ntqimage.h> +#include <tqimage.h> #include "actiondnd.h" #include "metadatabase.h" diff --git a/tools/designer/designer/styledbutton.cpp b/tools/designer/designer/styledbutton.cpp index 22096d36e..f3a31001d 100644 --- a/tools/designer/designer/styledbutton.cpp +++ b/tools/designer/designer/styledbutton.cpp @@ -39,7 +39,7 @@ #include <ntqpalette.h> #include <ntqlabel.h> #include <ntqpainter.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqpixmap.h> #include <ntqapplication.h> #include <ntqdragobject.h> diff --git a/tools/designer/examples/credit/creditformbase.cpp b/tools/designer/examples/credit/creditformbase.cpp index 372a756d3..e1ac4c506 100644 --- a/tools/designer/examples/credit/creditformbase.cpp +++ b/tools/designer/examples/credit/creditformbase.cpp @@ -19,7 +19,7 @@ #include <ntqtooltip.h> #include <ntqwhatsthis.h> #include "creditformbase.ui.h" -#include <ntqimage.h> +#include <tqimage.h> #include <ntqpixmap.h> static TQPixmap uic_load_pixmap_CreditFormBase( const TQString &name ) diff --git a/tools/designer/plugins/glade/glade2ui.cpp b/tools/designer/plugins/glade/glade2ui.cpp index b1bbe9ca7..cd7d7f7e0 100644 --- a/tools/designer/plugins/glade/glade2ui.cpp +++ b/tools/designer/plugins/glade/glade2ui.cpp @@ -38,7 +38,7 @@ #include <ntqapplication.h> #include <ntqfile.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqprogressdialog.h> #include <ntqmessagebox.h> #include <ntqrect.h> 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; } diff --git a/tools/designer/uilib/tqwidgetfactory.h b/tools/designer/uilib/tqwidgetfactory.h index 80df0bbbc..4838f6f64 100644 --- a/tools/designer/uilib/tqwidgetfactory.h +++ b/tools/designer/uilib/tqwidgetfactory.h @@ -37,7 +37,7 @@ #ifndef QT_H #include <ntqstring.h> #include <tqptrlist.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqpixmap.h> #include <tqvaluelist.h> #include <tqmap.h> |