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/lcdrange.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t14/gamebrd.cpp b/tutorial/t14/gamebrd.cpp
index e4bf8134f..dfebd2ca6 100644
--- a/tutorial/t14/gamebrd.cpp
+++ b/tutorial/t14/gamebrd.cpp
@@ -8,7 +8,7 @@
#include <tqfont.h>
#include <ntqapplication.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqaccel.h>
#include <ntqpushbutton.h>
#include <ntqlcdnumber.h>
diff --git a/tutorial/t14/lcdrange.cpp b/tutorial/t14/lcdrange.cpp
index 5ce3e37ed..61717ff9c 100644
--- a/tutorial/t14/lcdrange.cpp
+++ b/tutorial/t14/lcdrange.cpp
@@ -8,7 +8,7 @@
#include <ntqslider.h>
#include <ntqlcdnumber.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>