summaryrefslogtreecommitdiffstats
path: root/tutorial/t13
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t13')
-rw-r--r--tutorial/t13/cannon.h2
-rw-r--r--tutorial/t13/gamebrd.h2
-rw-r--r--tutorial/t13/lcdrange.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/tutorial/t13/cannon.h b/tutorial/t13/cannon.h
index f64fd7df2..e4de4fbc4 100644
--- a/tutorial/t13/cannon.h
+++ b/tutorial/t13/cannon.h
@@ -10,7 +10,7 @@
class TQTimer;
-#include <ntqwidget.h>
+#include <tqwidget.h>
class CannonField : public TQWidget
diff --git a/tutorial/t13/gamebrd.h b/tutorial/t13/gamebrd.h
index b409ad16e..d0f10a818 100644
--- a/tutorial/t13/gamebrd.h
+++ b/tutorial/t13/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/t13/lcdrange.h b/tutorial/t13/lcdrange.h
index 19bd019c4..6c8327d14 100644
--- a/tutorial/t13/lcdrange.h
+++ b/tutorial/t13/lcdrange.h
@@ -7,7 +7,7 @@
#ifndef LCDRANGE_H
#define LCDRANGE_H
-#include <ntqwidget.h>
+#include <tqwidget.h>
class TQSlider;
class TQLabel;