diff options
author | Michele Calgaro <[email protected]> | 2024-06-06 13:00:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-06 13:00:12 +0900 |
commit | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch) | |
tree | 3427fe04e3116ccbd16fa98e57abd5d118f82353 /examples/demo | |
parent | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff) | |
download | tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip |
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/demo')
-rw-r--r-- | examples/demo/dnd/styledbutton.cpp | 2 | ||||
-rw-r--r-- | examples/demo/main.cpp | 2 | ||||
-rw-r--r-- | examples/demo/opengl/gllandscape.cpp | 2 | ||||
-rw-r--r-- | examples/demo/opengl/gltexobj.cpp | 2 | ||||
-rw-r--r-- | examples/demo/opengl/glworkspace.cpp | 2 | ||||
-rw-r--r-- | examples/demo/opengl/printpreview.ui | 2 |
6 files changed, 6 insertions, 6 deletions
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> |