diff options
Diffstat (limited to 'examples/tablet/canvas.h')
-rw-r--r-- | examples/tablet/canvas.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/tablet/canvas.h b/examples/tablet/canvas.h index 24268b95d..bc76dad7f 100644 --- a/examples/tablet/canvas.h +++ b/examples/tablet/canvas.h @@ -7,11 +7,11 @@ ** *****************************************************************************/ -#include <qpen.h> -#include <qpixmap.h> -#include <qpoint.h> -#include <qpointarray.h> -#include <qwidget.h> +#include <ntqpen.h> +#include <ntqpixmap.h> +#include <ntqpoint.h> +#include <ntqpointarray.h> +#include <ntqwidget.h> #ifndef _MY_CANVAS_ |