diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /examples/tetrix | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/tetrix')
-rw-r--r-- | examples/tetrix/qtetrix.h | 2 | ||||
-rw-r--r-- | examples/tetrix/qtetrixb.cpp | 2 | ||||
-rw-r--r-- | examples/tetrix/tetrix.cpp | 2 | ||||
-rw-r--r-- | examples/tetrix/tqdragapp.cpp | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/examples/tetrix/qtetrix.h b/examples/tetrix/qtetrix.h index b0731c872..b15bbfb1a 100644 --- a/examples/tetrix/qtetrix.h +++ b/examples/tetrix/qtetrix.h @@ -15,7 +15,7 @@ #include <ntqlcdnumber.h> #include <ntqlabel.h> #include <ntqpushbutton.h> -#include <ntqpainter.h> +#include <tqpainter.h> class ShowNextPiece : public TQFrame diff --git a/examples/tetrix/qtetrixb.cpp b/examples/tetrix/qtetrixb.cpp index f6a8fc9b6..a0e33b249 100644 --- a/examples/tetrix/qtetrixb.cpp +++ b/examples/tetrix/qtetrixb.cpp @@ -10,7 +10,7 @@ #include "qtetrixb.h" #include "qtetrix.h" #include <tqtimer.h> -#include <ntqpainter.h> +#include <tqpainter.h> const int waitAfterLineTime = 500; diff --git a/examples/tetrix/tetrix.cpp b/examples/tetrix/tetrix.cpp index 7cb623240..80409e09c 100644 --- a/examples/tetrix/tetrix.cpp +++ b/examples/tetrix/tetrix.cpp @@ -9,7 +9,7 @@ #include "qtetrix.h" #include "tqdragapp.h" -#include "ntqfont.h" +#include "tqfont.h" int main( int argc, char **argv ) { diff --git a/examples/tetrix/tqdragapp.cpp b/examples/tetrix/tqdragapp.cpp index 82cdfb612..b759403aa 100644 --- a/examples/tetrix/tqdragapp.cpp +++ b/examples/tetrix/tqdragapp.cpp @@ -12,9 +12,9 @@ #include "tqintdict.h" #include "tqpopupmenu.h" #include "ntqguardedptr.h" -#include "ntqcolor.h" +#include "tqcolor.h" #include "tqwidget.h" -#include "ntqfontmetrics.h" +#include "tqfontmetrics.h" #include "ntqcursor.h" #include "tqobjectlist.h" |