diff options
Diffstat (limited to 'examples/canvas')
-rw-r--r-- | examples/canvas/canvas.doc | 4 | ||||
-rw-r--r-- | examples/canvas/canvas.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/canvas/canvas.doc b/examples/canvas/canvas.doc index f6d77ad68..787ea6f9c 100644 --- a/examples/canvas/canvas.doc +++ b/examples/canvas/canvas.doc @@ -3,8 +3,8 @@ \ingroup examples \title Canvas Example - This example shows a QCanvas and some \l{QCanvasItem}s in action. - You can do a lot more with QCanvas than we show here, but the + This example shows a TQCanvas and some \l{TQCanvasItem}s in action. + You can do a lot more with TQCanvas than we show here, but the example provides a taste of what can be done. <hr> diff --git a/examples/canvas/canvas.h b/examples/canvas/canvas.h index 20e1cc95c..60ff9da22 100644 --- a/examples/canvas/canvas.h +++ b/examples/canvas/canvas.h @@ -4,7 +4,7 @@ #include <ntqpopupmenu.h> #include <ntqmainwindow.h> #include <ntqintdict.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> class BouncyLogo : public TQCanvasSprite { void initPos(); |