summaryrefslogtreecommitdiffstats
path: root/tutorial/t14
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t14')
-rw-r--r--tutorial/t14/cannon.h2
-rw-r--r--tutorial/t14/gamebrd.h2
-rw-r--r--tutorial/t14/lcdrange.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tutorial/t14/cannon.h b/tutorial/t14/cannon.h
index 79d2cb571..d28e04733 100644
--- a/tutorial/t14/cannon.h
+++ b/tutorial/t14/cannon.h
@@ -10,7 +10,7 @@
class TQTimer;
-#include <ntqwidget.h>
+#include <tqwidget.h>
class CannonField : public TQWidget
diff --git a/tutorial/t14/gamebrd.h b/tutorial/t14/gamebrd.h
index c264b4b61..aac70ffad 100644
--- a/tutorial/t14/gamebrd.h
+++ b/tutorial/t14/gamebrd.h
@@ -7,7 +7,7 @@
#ifndef GAMEBRD_H
#define GAMEBRD_H
-#include <ntqwidget.h>
+#include <tqwidget.h>
class TQPushButton;
class LCDRange;
diff --git a/tutorial/t14/lcdrange.h b/tutorial/t14/lcdrange.h
index 19bd019c4..6c8327d14 100644
--- a/tutorial/t14/lcdrange.h
+++ b/tutorial/t14/lcdrange.h
@@ -7,7 +7,7 @@
#ifndef LCDRANGE_H
#define LCDRANGE_H
-#include <ntqwidget.h>
+#include <tqwidget.h>
class TQSlider;
class TQLabel;