summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/action/application.cpp2
-rw-r--r--examples/application/application.cpp2
-rw-r--r--examples/canvas/blendshadow.cpp2
-rw-r--r--examples/canvas/canvas.cpp2
-rw-r--r--examples/canvas/main.cpp2
-rw-r--r--examples/canvas/makeimg.cpp2
-rw-r--r--examples/chart/optionsform.cpp2
-rw-r--r--examples/demo/dnd/styledbutton.cpp2
-rw-r--r--examples/demo/main.cpp2
-rw-r--r--examples/demo/opengl/gllandscape.cpp2
-rw-r--r--examples/demo/opengl/gltexobj.cpp2
-rw-r--r--examples/demo/opengl/glworkspace.cpp2
-rw-r--r--examples/demo/opengl/printpreview.ui2
-rw-r--r--examples/desktop/desktop.cpp2
-rw-r--r--examples/dragdrop/dropsite.cpp2
-rw-r--r--examples/listboxcombo/listboxcombo.cpp2
-rw-r--r--examples/mdi/application.cpp2
-rw-r--r--examples/network/remotecontrol/ipcserver.cpp2
-rw-r--r--examples/network/remotecontrol/remotectrlimpl.cpp2
-rw-r--r--examples/opengl/glpixmap/globjwin.cpp2
-rw-r--r--examples/opengl/texture/gltexobj.cpp2
-rw-r--r--examples/qmag/qmag.cpp2
-rw-r--r--examples/scribble/scribble.cpp2
-rw-r--r--examples/showimg/imagefip.cpp2
-rw-r--r--examples/showimg/imagetexteditor.cpp2
-rw-r--r--examples/showimg/main.cpp2
-rw-r--r--examples/showimg/showimg.h2
-rw-r--r--examples/table/small-table-demo/main.cpp2
-rw-r--r--examples/tablet/scribble.cpp2
-rw-r--r--examples/themes/metal.cpp2
-rw-r--r--examples/themes/wood.cpp2
-rw-r--r--examples/tux/tux.cpp2
32 files changed, 32 insertions, 32 deletions
diff --git a/examples/action/application.cpp b/examples/action/application.cpp
index ecd70cdd0..9fbf22e34 100644
--- a/examples/action/application.cpp
+++ b/examples/action/application.cpp
@@ -9,7 +9,7 @@
#include "application.h"
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqpixmap.h>
#include <ntqtoolbar.h>
#include <ntqtoolbutton.h>
diff --git a/examples/application/application.cpp b/examples/application/application.cpp
index 455bcc425..32c291f03 100644
--- a/examples/application/application.cpp
+++ b/examples/application/application.cpp
@@ -9,7 +9,7 @@
#include "application.h"
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqpixmap.h>
#include <ntqtoolbar.h>
#include <ntqtoolbutton.h>
diff --git a/examples/canvas/blendshadow.cpp b/examples/canvas/blendshadow.cpp
index d2f761db0..635b1fc37 100644
--- a/examples/canvas/blendshadow.cpp
+++ b/examples/canvas/blendshadow.cpp
@@ -1,4 +1,4 @@
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqcolor.h>
static inline int blendComponent( int v, int av, int s, int as )
diff --git a/examples/canvas/canvas.cpp b/examples/canvas/canvas.cpp
index bd6589490..3222c8a45 100644
--- a/examples/canvas/canvas.cpp
+++ b/examples/canvas/canvas.cpp
@@ -7,7 +7,7 @@
#include <ntqpainter.h>
#include <ntqprinter.h>
#include <ntqlabel.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqprogressdialog.h>
#include "canvas.h"
diff --git a/examples/canvas/main.cpp b/examples/canvas/main.cpp
index aad94c54d..45b7a050e 100644
--- a/examples/canvas/main.cpp
+++ b/examples/canvas/main.cpp
@@ -2,7 +2,7 @@
#include <ntqmessagebox.h>
#include <ntqmenubar.h>
#include <ntqapplication.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include "canvas.h"
diff --git a/examples/canvas/makeimg.cpp b/examples/canvas/makeimg.cpp
index d8c4c1928..253b43956 100644
--- a/examples/canvas/makeimg.cpp
+++ b/examples/canvas/makeimg.cpp
@@ -1,4 +1,4 @@
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqcolor.h>
static inline int blendComponent( int v, int av, int s, int as )
diff --git a/examples/chart/optionsform.cpp b/examples/chart/optionsform.cpp
index 543783c30..1896067c0 100644
--- a/examples/chart/optionsform.cpp
+++ b/examples/chart/optionsform.cpp
@@ -4,7 +4,7 @@
#include <ntqcombobox.h>
#include <ntqfontdialog.h>
#include <ntqframe.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <ntqpushbutton.h>
diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp
index 690a1054a..b3d7829a2 100644
--- a/examples/demo/dnd/styledbutton.cpp
+++ b/examples/demo/dnd/styledbutton.cpp
@@ -37,7 +37,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/examples/demo/main.cpp b/examples/demo/main.cpp
index 6fc5dbe10..275dc27b3 100644
--- a/examples/demo/main.cpp
+++ b/examples/demo/main.cpp
@@ -38,7 +38,7 @@
#include <stdlib.h>
#include <ntqapplication.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqtabwidget.h>
#include <ntqfont.h>
diff --git a/examples/demo/opengl/gllandscape.cpp b/examples/demo/opengl/gllandscape.cpp
index 2906a5c84..1de9102b0 100644
--- a/examples/demo/opengl/gllandscape.cpp
+++ b/examples/demo/opengl/gllandscape.cpp
@@ -1,4 +1,4 @@
-#include <ntqimage.h>
+#include <tqimage.h>
#include "gllandscape.h"
diff --git a/examples/demo/opengl/gltexobj.cpp b/examples/demo/opengl/gltexobj.cpp
index 117917e38..183940b42 100644
--- a/examples/demo/opengl/gltexobj.cpp
+++ b/examples/demo/opengl/gltexobj.cpp
@@ -17,7 +17,7 @@
****************************************************************************/
#include "gltexobj.h"
-#include <ntqimage.h>
+#include <tqimage.h>
/*!
Create a GLTexobj widget
diff --git a/examples/demo/opengl/glworkspace.cpp b/examples/demo/opengl/glworkspace.cpp
index 8d7541fcb..ef90a03a2 100644
--- a/examples/demo/opengl/glworkspace.cpp
+++ b/examples/demo/opengl/glworkspace.cpp
@@ -13,7 +13,7 @@
#include <ntqpainter.h>
#include <ntqcheckbox.h>
#include <ntqvbox.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include "printpreview.h"
diff --git a/examples/demo/opengl/printpreview.ui b/examples/demo/opengl/printpreview.ui
index 92cd609b3..064ff35e9 100644
--- a/examples/demo/opengl/printpreview.ui
+++ b/examples/demo/opengl/printpreview.ui
@@ -255,7 +255,7 @@
</connection>
</connections>
<includes>
- <include location="global" impldecl="in declaration">ntqimage.h</include>
+ <include location="global" impldecl="in declaration">tqimage.h</include>
<include location="global" impldecl="in declaration">ntqpixmap.h</include>
<include location="local" impldecl="in implementation">printpreview.ui.h</include>
</includes>
diff --git a/examples/desktop/desktop.cpp b/examples/desktop/desktop.cpp
index 15353e98f..0e5782889 100644
--- a/examples/desktop/desktop.cpp
+++ b/examples/desktop/desktop.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqbitmap.h>
#include <ntqpainter.h>
#include <ntqapplication.h>
diff --git a/examples/dragdrop/dropsite.cpp b/examples/dragdrop/dropsite.cpp
index 7257e6ed0..98188b19a 100644
--- a/examples/dragdrop/dropsite.cpp
+++ b/examples/dragdrop/dropsite.cpp
@@ -16,7 +16,7 @@
#include <ntqevent.h>
#include <ntqpixmap.h>
#include <ntqdragobject.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqdir.h>
diff --git a/examples/listboxcombo/listboxcombo.cpp b/examples/listboxcombo/listboxcombo.cpp
index cf06c806d..55baaf83b 100644
--- a/examples/listboxcombo/listboxcombo.cpp
+++ b/examples/listboxcombo/listboxcombo.cpp
@@ -16,7 +16,7 @@
#include <ntqstring.h>
#include <ntqpixmap.h>
#include <ntqlabel.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqpainter.h>
#include <ntqstyle.h>
diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp
index 96ee1c66c..67e759b5b 100644
--- a/examples/mdi/application.cpp
+++ b/examples/mdi/application.cpp
@@ -9,7 +9,7 @@
#include "application.h"
#include <ntqworkspace.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqpixmap.h>
#include <ntqtoolbar.h>
#include <ntqtoolbutton.h>
diff --git a/examples/network/remotecontrol/ipcserver.cpp b/examples/network/remotecontrol/ipcserver.cpp
index 4bd7b6423..05f6fdb8f 100644
--- a/examples/network/remotecontrol/ipcserver.cpp
+++ b/examples/network/remotecontrol/ipcserver.cpp
@@ -2,7 +2,7 @@
#include <ntqsocket.h>
#include <ntqvariant.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqpalette.h>
#include <ntqapplication.h>
diff --git a/examples/network/remotecontrol/remotectrlimpl.cpp b/examples/network/remotecontrol/remotectrlimpl.cpp
index 68e0a3c7a..716eb0fef 100644
--- a/examples/network/remotecontrol/remotectrlimpl.cpp
+++ b/examples/network/remotecontrol/remotectrlimpl.cpp
@@ -5,7 +5,7 @@
#include <ntqsocket.h>
#include <ntqfiledialog.h>
#include <ntqcolordialog.h>
-#include <ntqimage.h>
+#include <tqimage.h>
RemoteCtrlImpl::RemoteCtrlImpl( TQSocket *s )
{
diff --git a/examples/opengl/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp
index 11cb675a6..bdb22eefa 100644
--- a/examples/opengl/glpixmap/globjwin.cpp
+++ b/examples/opengl/glpixmap/globjwin.cpp
@@ -24,7 +24,7 @@
#include <ntqapplication.h>
#include <ntqkeycode.h>
#include <ntqpixmap.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqpainter.h>
#include "globjwin.h"
#include "glbox.h"
diff --git a/examples/opengl/texture/gltexobj.cpp b/examples/opengl/texture/gltexobj.cpp
index 78b0fcefb..f9528620c 100644
--- a/examples/opengl/texture/gltexobj.cpp
+++ b/examples/opengl/texture/gltexobj.cpp
@@ -17,7 +17,7 @@
****************************************************************************/
#include "gltexobj.h"
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqtimer.h>
diff --git a/examples/qmag/qmag.cpp b/examples/qmag/qmag.cpp
index b5705df6a..996af3c7b 100644
--- a/examples/qmag/qmag.cpp
+++ b/examples/qmag/qmag.cpp
@@ -10,7 +10,7 @@
#include <ntqcombobox.h>
#include <ntqpushbutton.h>
#include <ntqpixmap.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqlabel.h>
#include <ntqfiledialog.h>
#include <ntqregexp.h>
diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp
index 3f80d8881..9fd002a9c 100644
--- a/examples/scribble/scribble.cpp
+++ b/examples/scribble/scribble.cpp
@@ -21,7 +21,7 @@
#include <ntqcolordialog.h>
#include <ntqfiledialog.h>
#include <ntqcursor.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqstrlist.h>
#include <ntqpopupmenu.h>
#include <ntqintdict.h>
diff --git a/examples/showimg/imagefip.cpp b/examples/showimg/imagefip.cpp
index a058271ac..8702f8565 100644
--- a/examples/showimg/imagefip.cpp
+++ b/examples/showimg/imagefip.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "imagefip.h"
-#include <ntqimage.h>
+#include <tqimage.h>
/* XPM */
static const char *image_xpm[] = {
diff --git a/examples/showimg/imagetexteditor.cpp b/examples/showimg/imagetexteditor.cpp
index 2abdabfb7..66529190a 100644
--- a/examples/showimg/imagetexteditor.cpp
+++ b/examples/showimg/imagetexteditor.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "imagetexteditor.h"
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqlayout.h>
#include <ntqgrid.h>
#include <ntqvbox.h>
diff --git a/examples/showimg/main.cpp b/examples/showimg/main.cpp
index a0f5d69a3..63a8d2216 100644
--- a/examples/showimg/main.cpp
+++ b/examples/showimg/main.cpp
@@ -10,7 +10,7 @@
#include "showimg.h"
#include "imagefip.h"
#include <ntqapplication.h>
-#include <ntqimage.h>
+#include <tqimage.h>
int main( int argc, char **argv )
{
diff --git a/examples/showimg/showimg.h b/examples/showimg/showimg.h
index 1cf8f7c97..70a22a8bc 100644
--- a/examples/showimg/showimg.h
+++ b/examples/showimg/showimg.h
@@ -11,7 +11,7 @@
#define SHOWIMG_H
#include <tqwidget.h>
-#include <ntqimage.h>
+#include <tqimage.h>
class TQLabel;
diff --git a/examples/table/small-table-demo/main.cpp b/examples/table/small-table-demo/main.cpp
index 359654507..eb7618ba2 100644
--- a/examples/table/small-table-demo/main.cpp
+++ b/examples/table/small-table-demo/main.cpp
@@ -9,7 +9,7 @@
#include <ntqapplication.h>
#include <ntqtable.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqpixmap.h>
#include <ntqstringlist.h>
diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp
index 457425073..beaf25461 100644
--- a/examples/tablet/scribble.cpp
+++ b/examples/tablet/scribble.cpp
@@ -22,7 +22,7 @@
#include <ntqcolordialog.h>
#include <ntqfiledialog.h>
#include <ntqcursor.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqstrlist.h>
#include <ntqpopupmenu.h>
#include <ntqintdict.h>
diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp
index 5a6c2b443..5f9ead623 100644
--- a/examples/themes/metal.cpp
+++ b/examples/themes/metal.cpp
@@ -19,7 +19,7 @@
#include "ntqpalette.h" // for now
#include "tqwidget.h"
#include "ntqlabel.h"
-#include "ntqimage.h"
+#include "tqimage.h"
#include "ntqpushbutton.h"
#include "tqwidget.h"
#include "ntqrangecontrol.h"
diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp
index 1a331c89b..c4cf0d4c5 100644
--- a/examples/themes/wood.cpp
+++ b/examples/themes/wood.cpp
@@ -19,7 +19,7 @@
#include "ntqpalette.h" // for now
#include "tqwidget.h"
#include "ntqlabel.h"
-#include "ntqimage.h"
+#include "tqimage.h"
#include "ntqpushbutton.h"
#include "tqwidget.h"
#include "ntqrangecontrol.h"
diff --git a/examples/tux/tux.cpp b/examples/tux/tux.cpp
index 641ca38f2..fc1e26d57 100644
--- a/examples/tux/tux.cpp
+++ b/examples/tux/tux.cpp
@@ -1,6 +1,6 @@
#include <ntqapplication.h>
#include <tqwidget.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqpixmap.h>
#include <ntqbitmap.h>
#include <ntqfile.h>