diff options
Diffstat (limited to 'examples/tablet')
-rw-r--r-- | examples/tablet/scribble.cpp | 2 | ||||
-rw-r--r-- | examples/tablet/scribble.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp index beaf25461..57d858d67 100644 --- a/examples/tablet/scribble.cpp +++ b/examples/tablet/scribble.cpp @@ -23,7 +23,7 @@ #include <ntqfiledialog.h> #include <ntqcursor.h> #include <tqimage.h> -#include <ntqstrlist.h> +#include <tqstrlist.h> #include <ntqpopupmenu.h> #include <ntqintdict.h> diff --git a/examples/tablet/scribble.h b/examples/tablet/scribble.h index 52e129d93..00be8ef14 100644 --- a/examples/tablet/scribble.h +++ b/examples/tablet/scribble.h @@ -15,7 +15,7 @@ #include <ntqpoint.h> #include <ntqpixmap.h> #include <tqwidget.h> -#include <ntqstring.h> +#include <tqstring.h> #include <ntqpointarray.h> class TQMouseEvent; |