diff options
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" |