diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 |
| commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
| tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /tutorial | |
| parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
| download | tqt-42957a3f.tar.gz tqt-42957a3f.zip | |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tutorial')
| -rw-r--r-- | tutorial/t6/main.cpp | 2 | ||||
| -rw-r--r-- | tutorial/t7/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t6/main.cpp b/tutorial/t6/main.cpp index 923162368..30add9274 100644 --- a/tutorial/t6/main.cpp +++ b/tutorial/t6/main.cpp @@ -10,7 +10,7 @@ #include <tqlcdnumber.h> #include <tqfont.h> #include <ntqvbox.h> -#include <ntqgrid.h> +#include <tqgrid.h> class LCDRange : public TQVBox { diff --git a/tutorial/t7/main.cpp b/tutorial/t7/main.cpp index 1b57c6bc7..7d5028dc9 100644 --- a/tutorial/t7/main.cpp +++ b/tutorial/t7/main.cpp @@ -9,7 +9,7 @@ #include <tqlcdnumber.h> #include <tqfont.h> #include <ntqvbox.h> -#include <ntqgrid.h> +#include <tqgrid.h> #include "lcdrange.h" |
