summaryrefslogtreecommitdiffstats
path: root/examples/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'examples/canvas')
-rw-r--r--examples/canvas/blendshadow.cpp2
-rw-r--r--examples/canvas/canvas.cpp2
-rw-r--r--examples/canvas/main.cpp2
-rw-r--r--examples/canvas/makeimg.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/canvas/blendshadow.cpp b/examples/canvas/blendshadow.cpp
index d2f761db0..635b1fc37 100644
--- a/examples/canvas/blendshadow.cpp
+++ b/examples/canvas/blendshadow.cpp
@@ -1,4 +1,4 @@
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqcolor.h>
static inline int blendComponent( int v, int av, int s, int as )
diff --git a/examples/canvas/canvas.cpp b/examples/canvas/canvas.cpp
index bd6589490..3222c8a45 100644
--- a/examples/canvas/canvas.cpp
+++ b/examples/canvas/canvas.cpp
@@ -7,7 +7,7 @@
#include <ntqpainter.h>
#include <ntqprinter.h>
#include <ntqlabel.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqprogressdialog.h>
#include "canvas.h"
diff --git a/examples/canvas/main.cpp b/examples/canvas/main.cpp
index aad94c54d..45b7a050e 100644
--- a/examples/canvas/main.cpp
+++ b/examples/canvas/main.cpp
@@ -2,7 +2,7 @@
#include <ntqmessagebox.h>
#include <ntqmenubar.h>
#include <ntqapplication.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include "canvas.h"
diff --git a/examples/canvas/makeimg.cpp b/examples/canvas/makeimg.cpp
index d8c4c1928..253b43956 100644
--- a/examples/canvas/makeimg.cpp
+++ b/examples/canvas/makeimg.cpp
@@ -1,4 +1,4 @@
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqcolor.h>
static inline int blendComponent( int v, int av, int s, int as )