summaryrefslogtreecommitdiffstats
path: root/tools/designer
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /tools/designer
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt3-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.cpp2
-rw-r--r--tools/designer/designer/pixmapcollection.cpp2
-rw-r--r--tools/designer/designer/pixmapcollectioneditor.ui2
-rw-r--r--tools/designer/designer/resource.h2
-rw-r--r--tools/designer/designer/styledbutton.cpp2
-rw-r--r--tools/designer/examples/credit/creditformbase.cpp2
-rw-r--r--tools/designer/plugins/glade/glade2ui.cpp2
-rw-r--r--tools/designer/uic/embed.cpp4
-rw-r--r--tools/designer/uic/form.cpp2
-rw-r--r--tools/designer/uilib/tqwidgetfactory.h2
10 files changed, 11 insertions, 11 deletions
diff --git a/tools/designer/designer/pixmapchooser.cpp b/tools/designer/designer/pixmapchooser.cpp
index 037694e7..ce63c4d2 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 83bb1450..0a94c591 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 f6104f64..e6075c9e 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 6e75e83c..b2b437d1 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 22096d36..f3a31001 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 372a756d..e1ac4c50 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 b1bbe9ca..cd7d7f7e 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 5a272e33..670b688c 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 127d1915..ebbcb157 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 80df0bbb..4838f6f6 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>