summaryrefslogtreecommitdiffstats
path: root/tutorial/t14
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t14')
-rw-r--r--tutorial/t14/gamebrd.cpp2
-rw-r--r--tutorial/t14/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t14/gamebrd.cpp b/tutorial/t14/gamebrd.cpp
index a76a0a0f3..8fd2498ac 100644
--- a/tutorial/t14/gamebrd.cpp
+++ b/tutorial/t14/gamebrd.cpp
@@ -7,7 +7,7 @@
#include "gamebrd.h"
#include <tqfont.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqlabel.h>
#include <tqaccel.h>
#include <tqpushbutton.h>
diff --git a/tutorial/t14/main.cpp b/tutorial/t14/main.cpp
index c2e6a58e1..aebf66d82 100644
--- a/tutorial/t14/main.cpp
+++ b/tutorial/t14/main.cpp
@@ -4,7 +4,7 @@
**
****************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "gamebrd.h"