summaryrefslogtreecommitdiffstats
path: root/tutorial/t13
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t13')
-rw-r--r--tutorial/t13/cannon.cpp2
-rw-r--r--tutorial/t13/gamebrd.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t13/cannon.cpp b/tutorial/t13/cannon.cpp
index a9d785a6d..7f60d96c3 100644
--- a/tutorial/t13/cannon.cpp
+++ b/tutorial/t13/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/t13/gamebrd.cpp b/tutorial/t13/gamebrd.cpp
index 587dd2ea2..61bee22be 100644
--- a/tutorial/t13/gamebrd.cpp
+++ b/tutorial/t13/gamebrd.cpp
@@ -6,7 +6,7 @@
#include "gamebrd.h"
-#include <ntqfont.h>
+#include <tqfont.h>
#include <ntqapplication.h>
#include <ntqlabel.h>
#include <ntqpushbutton.h>