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/tablet | |
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/tablet')
-rw-r--r-- | examples/tablet/canvas.cpp | 2 | ||||
-rw-r--r-- | examples/tablet/scribble.cpp | 4 | ||||
-rw-r--r-- | examples/tablet/tabletstats.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/tablet/canvas.cpp b/examples/tablet/canvas.cpp index cd5da7d81..7a2fe6098 100644 --- a/examples/tablet/canvas.cpp +++ b/examples/tablet/canvas.cpp @@ -10,7 +10,7 @@ #include "canvas.h" #include <ntqapplication.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <ntqevent.h> #include <ntqrect.h> diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp index d07a0c9a5..c44667308 100644 --- a/examples/tablet/scribble.cpp +++ b/examples/tablet/scribble.cpp @@ -12,14 +12,14 @@ #include <ntqapplication.h> #include <ntqevent.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <tqtoolbar.h> #include <tqtoolbutton.h> #include <ntqspinbox.h> #include <tqtooltip.h> #include <ntqrect.h> #include <ntqpoint.h> -#include <ntqcolordialog.h> +#include <tqcolordialog.h> #include <tqfiledialog.h> #include <ntqcursor.h> #include <tqimage.h> diff --git a/examples/tablet/tabletstats.cpp b/examples/tablet/tabletstats.cpp index 07bf2d447..8fb69a00f 100644 --- a/examples/tablet/tabletstats.cpp +++ b/examples/tablet/tabletstats.cpp @@ -9,7 +9,7 @@ #include <ntqlabel.h> #include <ntqlayout.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <math.h> #include "tabletstats.h" |