diff options
Diffstat (limited to 'examples/tablet/canvas.cpp')
-rw-r--r-- | examples/tablet/canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tablet/canvas.cpp b/examples/tablet/canvas.cpp index 7a2fe6098..c2c40c816 100644 --- a/examples/tablet/canvas.cpp +++ b/examples/tablet/canvas.cpp @@ -12,7 +12,7 @@ #include <ntqapplication.h> #include <tqpainter.h> #include <ntqevent.h> -#include <ntqrect.h> +#include <tqrect.h> const bool no_writing = FALSE; |