summaryrefslogtreecommitdiffstats
path: root/tutorial/t14
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /tutorial/t14
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tutorial/t14')
-rw-r--r--tutorial/t14/gamebrd.cpp4
-rw-r--r--tutorial/t14/lcdrange.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/tutorial/t14/gamebrd.cpp b/tutorial/t14/gamebrd.cpp
index afecb3435..431014781 100644
--- a/tutorial/t14/gamebrd.cpp
+++ b/tutorial/t14/gamebrd.cpp
@@ -12,8 +12,8 @@
#include <ntqaccel.h>
#include <tqpushbutton.h>
#include <tqlcdnumber.h>
-#include <ntqlayout.h>
-#include <ntqvbox.h>
+#include <tqlayout.h>
+#include <tqvbox.h>
#include "lcdrange.h"
#include "cannon.h"
diff --git a/tutorial/t14/lcdrange.cpp b/tutorial/t14/lcdrange.cpp
index c4371914e..d8c90ccbc 100644
--- a/tutorial/t14/lcdrange.cpp
+++ b/tutorial/t14/lcdrange.cpp
@@ -9,7 +9,7 @@
#include <tqslider.h>
#include <tqlcdnumber.h>
#include <tqlabel.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
LCDRange::LCDRange( TQWidget *parent, const char *name )