diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /examples/opengl | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/opengl')
-rw-r--r-- | examples/opengl/box/globjwin.cpp | 4 | ||||
-rw-r--r-- | examples/opengl/glpixmap/globjwin.cpp | 4 | ||||
-rw-r--r-- | examples/opengl/overlay/globjwin.cpp | 4 | ||||
-rw-r--r-- | examples/opengl/sharedbox/globjwin.cpp | 4 | ||||
-rw-r--r-- | examples/opengl/texture/globjwin.cpp | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/examples/opengl/box/globjwin.cpp b/examples/opengl/box/globjwin.cpp index d93c61af8..8a8c62047 100644 --- a/examples/opengl/box/globjwin.cpp +++ b/examples/opengl/box/globjwin.cpp @@ -11,8 +11,8 @@ #include <ntqslider.h> #include <ntqlayout.h> #include <ntqframe.h> -#include <ntqmenubar.h> -#include <ntqpopupmenu.h> +#include <tqmenubar.h> +#include <tqpopupmenu.h> #include <ntqapplication.h> #include <ntqkeycode.h> #include "globjwin.h" diff --git a/examples/opengl/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp index bdb22eefa..a34dd3cd8 100644 --- a/examples/opengl/glpixmap/globjwin.cpp +++ b/examples/opengl/glpixmap/globjwin.cpp @@ -19,8 +19,8 @@ #include <ntqlayout.h> #include <ntqframe.h> #include <ntqlabel.h> -#include <ntqmenubar.h> -#include <ntqpopupmenu.h> +#include <tqmenubar.h> +#include <tqpopupmenu.h> #include <ntqapplication.h> #include <ntqkeycode.h> #include <ntqpixmap.h> diff --git a/examples/opengl/overlay/globjwin.cpp b/examples/opengl/overlay/globjwin.cpp index 585994a7b..8e6640beb 100644 --- a/examples/opengl/overlay/globjwin.cpp +++ b/examples/opengl/overlay/globjwin.cpp @@ -9,8 +9,8 @@ #include <ntqlayout.h> #include <ntqframe.h> -#include <ntqmenubar.h> -#include <ntqpopupmenu.h> +#include <tqmenubar.h> +#include <tqpopupmenu.h> #include <ntqapplication.h> #include <ntqmessagebox.h> #include "globjwin.h" diff --git a/examples/opengl/sharedbox/globjwin.cpp b/examples/opengl/sharedbox/globjwin.cpp index 118783902..576b17711 100644 --- a/examples/opengl/sharedbox/globjwin.cpp +++ b/examples/opengl/sharedbox/globjwin.cpp @@ -11,8 +11,8 @@ #include <ntqslider.h> #include <ntqlayout.h> #include <ntqframe.h> -#include <ntqmenubar.h> -#include <ntqpopupmenu.h> +#include <tqmenubar.h> +#include <tqpopupmenu.h> #include <ntqapplication.h> #include <ntqkeycode.h> #include "globjwin.h" diff --git a/examples/opengl/texture/globjwin.cpp b/examples/opengl/texture/globjwin.cpp index 3a591c225..65ee40225 100644 --- a/examples/opengl/texture/globjwin.cpp +++ b/examples/opengl/texture/globjwin.cpp @@ -11,8 +11,8 @@ #include <ntqslider.h> #include <ntqlayout.h> #include <ntqframe.h> -#include <ntqmenubar.h> -#include <ntqpopupmenu.h> +#include <tqmenubar.h> +#include <tqpopupmenu.h> #include <ntqapplication.h> #include <ntqkeycode.h> #include "globjwin.h" |