summaryrefslogtreecommitdiffstats
path: root/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/t1/main.cpp2
-rw-r--r--tutorial/t10/lcdrange.cpp4
-rw-r--r--tutorial/t10/main.cpp4
-rw-r--r--tutorial/t11/lcdrange.cpp4
-rw-r--r--tutorial/t11/main.cpp4
-rw-r--r--tutorial/t12/lcdrange.cpp4
-rw-r--r--tutorial/t12/main.cpp4
-rw-r--r--tutorial/t13/gamebrd.cpp4
-rw-r--r--tutorial/t13/lcdrange.cpp4
-rw-r--r--tutorial/t14/gamebrd.cpp4
-rw-r--r--tutorial/t14/lcdrange.cpp4
-rw-r--r--tutorial/t15/main.h2
-rw-r--r--tutorial/t2/main.cpp2
-rw-r--r--tutorial/t3/main.cpp2
-rw-r--r--tutorial/t4/main.cpp2
-rw-r--r--tutorial/t5/main.cpp6
-rw-r--r--tutorial/t6/main.cpp6
-rw-r--r--tutorial/t7/lcdrange.cpp4
-rw-r--r--tutorial/t7/main.cpp4
-rw-r--r--tutorial/t8/lcdrange.cpp4
-rw-r--r--tutorial/t8/main.cpp4
-rw-r--r--tutorial/t9/lcdrange.cpp4
-rw-r--r--tutorial/t9/main.cpp4
23 files changed, 43 insertions, 43 deletions
diff --git a/tutorial/t1/main.cpp b/tutorial/t1/main.cpp
index 1b1874b79..c3fa55675 100644
--- a/tutorial/t1/main.cpp
+++ b/tutorial/t1/main.cpp
@@ -5,7 +5,7 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
+#include <tqpushbutton.h>
int main( int argc, char **argv )
diff --git a/tutorial/t10/lcdrange.cpp b/tutorial/t10/lcdrange.cpp
index 2a56b9ad2..3a69b92cf 100644
--- a/tutorial/t10/lcdrange.cpp
+++ b/tutorial/t10/lcdrange.cpp
@@ -6,8 +6,8 @@
#include "lcdrange.h"
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
LCDRange::LCDRange( TQWidget *parent, const char *name )
: TQVBox( parent, name )
diff --git a/tutorial/t10/main.cpp b/tutorial/t10/main.cpp
index 55f22285a..6c837573e 100644
--- a/tutorial/t10/main.cpp
+++ b/tutorial/t10/main.cpp
@@ -5,8 +5,8 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqlcdnumber.h>
#include <tqfont.h>
#include <ntqlayout.h>
diff --git a/tutorial/t11/lcdrange.cpp b/tutorial/t11/lcdrange.cpp
index 2a56b9ad2..3a69b92cf 100644
--- a/tutorial/t11/lcdrange.cpp
+++ b/tutorial/t11/lcdrange.cpp
@@ -6,8 +6,8 @@
#include "lcdrange.h"
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
LCDRange::LCDRange( TQWidget *parent, const char *name )
: TQVBox( parent, name )
diff --git a/tutorial/t11/main.cpp b/tutorial/t11/main.cpp
index 3f0726300..2fc8a6634 100644
--- a/tutorial/t11/main.cpp
+++ b/tutorial/t11/main.cpp
@@ -5,8 +5,8 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqlcdnumber.h>
#include <tqfont.h>
#include <ntqlayout.h>
diff --git a/tutorial/t12/lcdrange.cpp b/tutorial/t12/lcdrange.cpp
index f5b713a9a..30f097af8 100644
--- a/tutorial/t12/lcdrange.cpp
+++ b/tutorial/t12/lcdrange.cpp
@@ -6,8 +6,8 @@
#include "lcdrange.h"
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
#include <tqlabel.h>
diff --git a/tutorial/t12/main.cpp b/tutorial/t12/main.cpp
index db78662ef..94f2ba4c8 100644
--- a/tutorial/t12/main.cpp
+++ b/tutorial/t12/main.cpp
@@ -5,8 +5,8 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqlcdnumber.h>
#include <tqfont.h>
#include <ntqlayout.h>
diff --git a/tutorial/t13/gamebrd.cpp b/tutorial/t13/gamebrd.cpp
index a0534c92b..d094c0358 100644
--- a/tutorial/t13/gamebrd.cpp
+++ b/tutorial/t13/gamebrd.cpp
@@ -9,8 +9,8 @@
#include <tqfont.h>
#include <ntqapplication.h>
#include <tqlabel.h>
-#include <ntqpushbutton.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqlcdnumber.h>
#include <ntqlayout.h>
#include "lcdrange.h"
diff --git a/tutorial/t13/lcdrange.cpp b/tutorial/t13/lcdrange.cpp
index 61717ff9c..c4371914e 100644
--- a/tutorial/t13/lcdrange.cpp
+++ b/tutorial/t13/lcdrange.cpp
@@ -6,8 +6,8 @@
#include "lcdrange.h"
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
#include <tqlabel.h>
#include <ntqlayout.h>
diff --git a/tutorial/t14/gamebrd.cpp b/tutorial/t14/gamebrd.cpp
index dfebd2ca6..afecb3435 100644
--- a/tutorial/t14/gamebrd.cpp
+++ b/tutorial/t14/gamebrd.cpp
@@ -10,8 +10,8 @@
#include <ntqapplication.h>
#include <tqlabel.h>
#include <ntqaccel.h>
-#include <ntqpushbutton.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqlcdnumber.h>
#include <ntqlayout.h>
#include <ntqvbox.h>
diff --git a/tutorial/t14/lcdrange.cpp b/tutorial/t14/lcdrange.cpp
index 61717ff9c..c4371914e 100644
--- a/tutorial/t14/lcdrange.cpp
+++ b/tutorial/t14/lcdrange.cpp
@@ -6,8 +6,8 @@
#include "lcdrange.h"
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
#include <tqlabel.h>
#include <ntqlayout.h>
diff --git a/tutorial/t15/main.h b/tutorial/t15/main.h
index 0b3697514..93d4fad93 100644
--- a/tutorial/t15/main.h
+++ b/tutorial/t15/main.h
@@ -13,7 +13,7 @@
#include <ntqapplication.h>
#include <tqobject.h>
-#include <ntqpushbutton.h>
+#include <tqpushbutton.h>
#include <tqthread.h>
class MainObject;
diff --git a/tutorial/t2/main.cpp b/tutorial/t2/main.cpp
index 4490c6d67..cc1d59432 100644
--- a/tutorial/t2/main.cpp
+++ b/tutorial/t2/main.cpp
@@ -5,7 +5,7 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
+#include <tqpushbutton.h>
#include <tqfont.h>
diff --git a/tutorial/t3/main.cpp b/tutorial/t3/main.cpp
index aa3d9f559..104e685b4 100644
--- a/tutorial/t3/main.cpp
+++ b/tutorial/t3/main.cpp
@@ -5,7 +5,7 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
+#include <tqpushbutton.h>
#include <tqfont.h>
#include <ntqvbox.h>
diff --git a/tutorial/t4/main.cpp b/tutorial/t4/main.cpp
index 583fe5566..79bceaab1 100644
--- a/tutorial/t4/main.cpp
+++ b/tutorial/t4/main.cpp
@@ -5,7 +5,7 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
+#include <tqpushbutton.h>
#include <tqfont.h>
diff --git a/tutorial/t5/main.cpp b/tutorial/t5/main.cpp
index db3d2536d..01a129657 100644
--- a/tutorial/t5/main.cpp
+++ b/tutorial/t5/main.cpp
@@ -5,9 +5,9 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
#include <tqfont.h>
#include <ntqvbox.h>
diff --git a/tutorial/t6/main.cpp b/tutorial/t6/main.cpp
index e51340b5c..923162368 100644
--- a/tutorial/t6/main.cpp
+++ b/tutorial/t6/main.cpp
@@ -5,9 +5,9 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
#include <tqfont.h>
#include <ntqvbox.h>
#include <ntqgrid.h>
diff --git a/tutorial/t7/lcdrange.cpp b/tutorial/t7/lcdrange.cpp
index c8a29e0ee..57b3adb2f 100644
--- a/tutorial/t7/lcdrange.cpp
+++ b/tutorial/t7/lcdrange.cpp
@@ -6,8 +6,8 @@
#include "lcdrange.h"
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
LCDRange::LCDRange( TQWidget *parent, const char *name )
: TQVBox( parent, name )
diff --git a/tutorial/t7/main.cpp b/tutorial/t7/main.cpp
index 2b95fd0d6..1b57c6bc7 100644
--- a/tutorial/t7/main.cpp
+++ b/tutorial/t7/main.cpp
@@ -5,8 +5,8 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqlcdnumber.h>
#include <tqfont.h>
#include <ntqvbox.h>
#include <ntqgrid.h>
diff --git a/tutorial/t8/lcdrange.cpp b/tutorial/t8/lcdrange.cpp
index 2a56b9ad2..3a69b92cf 100644
--- a/tutorial/t8/lcdrange.cpp
+++ b/tutorial/t8/lcdrange.cpp
@@ -6,8 +6,8 @@
#include "lcdrange.h"
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
LCDRange::LCDRange( TQWidget *parent, const char *name )
: TQVBox( parent, name )
diff --git a/tutorial/t8/main.cpp b/tutorial/t8/main.cpp
index 9e98f0722..186e3bc0e 100644
--- a/tutorial/t8/main.cpp
+++ b/tutorial/t8/main.cpp
@@ -5,8 +5,8 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqlcdnumber.h>
#include <tqfont.h>
#include <ntqlayout.h>
diff --git a/tutorial/t9/lcdrange.cpp b/tutorial/t9/lcdrange.cpp
index 2a56b9ad2..3a69b92cf 100644
--- a/tutorial/t9/lcdrange.cpp
+++ b/tutorial/t9/lcdrange.cpp
@@ -6,8 +6,8 @@
#include "lcdrange.h"
-#include <ntqslider.h>
-#include <ntqlcdnumber.h>
+#include <tqslider.h>
+#include <tqlcdnumber.h>
LCDRange::LCDRange( TQWidget *parent, const char *name )
: TQVBox( parent, name )
diff --git a/tutorial/t9/main.cpp b/tutorial/t9/main.cpp
index 685ec68e9..42f358e1f 100644
--- a/tutorial/t9/main.cpp
+++ b/tutorial/t9/main.cpp
@@ -5,8 +5,8 @@
****************************************************************/
#include <ntqapplication.h>
-#include <ntqpushbutton.h>
-#include <ntqlcdnumber.h>
+#include <tqpushbutton.h>
+#include <tqlcdnumber.h>
#include <tqfont.h>
#include <ntqlayout.h>