diff options
Diffstat (limited to 'examples/tablet/scribble.h')
-rw-r--r-- | examples/tablet/scribble.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/tablet/scribble.h b/examples/tablet/scribble.h index 3bb942841..3c999bda6 100644 --- a/examples/tablet/scribble.h +++ b/examples/tablet/scribble.h @@ -11,12 +11,12 @@ #define SCRIBBLE_H #include <tqmainwindow.h> -#include <ntqpen.h> -#include <ntqpoint.h> -#include <ntqpixmap.h> +#include <tqpen.h> +#include <tqpoint.h> +#include <tqpixmap.h> #include <tqwidget.h> #include <tqstring.h> -#include <ntqpointarray.h> +#include <tqpointarray.h> class TQMouseEvent; class TQResizeEvent; |