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/themes | |
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/themes')
-rw-r--r-- | examples/themes/metal.cpp | 2 | ||||
-rw-r--r-- | examples/themes/wood.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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" |