summaryrefslogtreecommitdiffstats
path: root/tutorial/t14
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t14')
-rw-r--r--tutorial/t14/cannon.cpp2
-rw-r--r--tutorial/t14/gamebrd.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t14/cannon.cpp b/tutorial/t14/cannon.cpp
index 197689ff6..ea508b176 100644
--- a/tutorial/t14/cannon.cpp
+++ b/tutorial/t14/cannon.cpp
@@ -6,7 +6,7 @@
#include "cannon.h"
#include <tqtimer.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <ntqpixmap.h>
#include <tqdatetime.h>
diff --git a/tutorial/t14/gamebrd.cpp b/tutorial/t14/gamebrd.cpp
index 05f661b47..e4bf8134f 100644
--- a/tutorial/t14/gamebrd.cpp
+++ b/tutorial/t14/gamebrd.cpp
@@ -6,7 +6,7 @@
#include "gamebrd.h"
-#include <ntqfont.h>
+#include <tqfont.h>
#include <ntqapplication.h>
#include <ntqlabel.h>
#include <ntqaccel.h>