diff options
Diffstat (limited to 'examples/tablet')
-rw-r--r-- | examples/tablet/canvas.h | 2 | ||||
-rw-r--r-- | examples/tablet/scribble.h | 2 | ||||
-rw-r--r-- | examples/tablet/tabletstats.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/tablet/canvas.h b/examples/tablet/canvas.h index bc0267d06..b8eb80aa7 100644 --- a/examples/tablet/canvas.h +++ b/examples/tablet/canvas.h @@ -11,7 +11,7 @@ #include <ntqpixmap.h> #include <ntqpoint.h> #include <ntqpointarray.h> -#include <ntqwidget.h> +#include <tqwidget.h> #ifndef _MY_CANVAS_ diff --git a/examples/tablet/scribble.h b/examples/tablet/scribble.h index 9f505d754..52e129d93 100644 --- a/examples/tablet/scribble.h +++ b/examples/tablet/scribble.h @@ -14,7 +14,7 @@ #include <ntqpen.h> #include <ntqpoint.h> #include <ntqpixmap.h> -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqstring.h> #include <ntqpointarray.h> diff --git a/examples/tablet/tabletstats.h b/examples/tablet/tabletstats.h index 8e1e2c9f1..a3bd63fb1 100644 --- a/examples/tablet/tabletstats.h +++ b/examples/tablet/tabletstats.h @@ -10,7 +10,7 @@ #ifndef _TABLET_STATS_ #define _TABLET_STATS_ -#include <ntqwidget.h> +#include <tqwidget.h> #include <ntqframe.h> #include "canvas.h" #include "tabletstatsbase.h" |