summaryrefslogtreecommitdiffstats
path: root/tutorial/t12
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t12')
-rw-r--r--tutorial/t12/cannon.cpp2
-rw-r--r--tutorial/t12/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t12/cannon.cpp b/tutorial/t12/cannon.cpp
index 99864228e..dcb4b6093 100644
--- a/tutorial/t12/cannon.cpp
+++ b/tutorial/t12/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/t12/main.cpp b/tutorial/t12/main.cpp
index 2026126f5..db78662ef 100644
--- a/tutorial/t12/main.cpp
+++ b/tutorial/t12/main.cpp
@@ -7,7 +7,7 @@
#include <ntqapplication.h>
#include <ntqpushbutton.h>
#include <ntqlcdnumber.h>
-#include <ntqfont.h>
+#include <tqfont.h>
#include <ntqlayout.h>
#include "lcdrange.h"