diff options
author | Michele Calgaro <[email protected]> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /examples/tetrix | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/tetrix')
-rw-r--r-- | examples/tetrix/README | 2 | ||||
-rw-r--r-- | examples/tetrix/qtetrix.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/tetrix/README b/examples/tetrix/README index 148260a71..cf2cb3fb7 100644 --- a/examples/tetrix/README +++ b/examples/tetrix/README @@ -5,7 +5,7 @@ fact the first TQt application and was written at a time when TQt only had pushbutton widgets and the drawing engine was limited to drawing text in a single font and drawing lines (no kidding, those were the only two drawing operations). In fact the tetrix project doubled the -number of widgets in TQt by introducing the QLCDNumber widget. The whole +number of widgets in TQt by introducing the TQLCDNumber widget. The whole application was written in 5 evenings and 1 weekend and is not very well documented. The tetrix engine is implemented in the GenericTetrix class and was first made on my good old 10 MHZ AT where I made a DOS diff --git a/examples/tetrix/qtetrix.h b/examples/tetrix/qtetrix.h index b831f96dd..f3cfddc71 100644 --- a/examples/tetrix/qtetrix.h +++ b/examples/tetrix/qtetrix.h @@ -12,9 +12,9 @@ #include "qtetrixb.h" #include <ntqframe.h> -#include <ntqlcdnumber.h> +#include <tqlcdnumber.h> #include <tqlabel.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h> #include <tqpainter.h> |