summaryrefslogtreecommitdiffstats
path: root/tutorial/t14
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-02 23:07:22 +0900
committerMichele Calgaro <[email protected]>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /tutorial/t14
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
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;