summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-24 21:06:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-28 18:25:42 +0900
commit8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (patch)
treefb639fd5c35cb99f87172bc61484f5bf74b6beb9 /examples
parent0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (diff)
downloadtqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.tar.gz
tqt3-8ef4ea451dd81dd66b34ed31aaa631f6df24a192.zip
Rename environment class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
-rw-r--r--examples/demo/i18n/wrapper.h2
-rw-r--r--examples/demo/textdrawing/helpwindow.cpp2
-rw-r--r--examples/dirview/dirview.cpp2
-rw-r--r--examples/distributor/distributor.ui.h2
-rw-r--r--examples/dragdrop/dropsite.cpp2
-rw-r--r--examples/dragdrop/secret.cpp2
-rw-r--r--examples/fileiconview/tqfileiconview.cpp2
-rw-r--r--examples/helpviewer/helpwindow.cpp2
-rw-r--r--examples/i18n/main.cpp2
-rw-r--r--examples/life/life.cpp2
-rw-r--r--examples/scribble/scribble.cpp2
-rw-r--r--examples/tablet/canvas.cpp2
-rw-r--r--examples/tablet/scribble.cpp2
-rw-r--r--examples/thread/prodcons/prodcons.cpp2
-rw-r--r--examples/tqdir/tqdir.cpp2
15 files changed, 15 insertions, 15 deletions
diff --git a/examples/demo/i18n/wrapper.h b/examples/demo/i18n/wrapper.h
index 882add78..78fbb773 100644
--- a/examples/demo/i18n/wrapper.h
+++ b/examples/demo/i18n/wrapper.h
@@ -2,7 +2,7 @@
#define WRAPPER_H
#include <ntqvbox.h>
-#include <ntqtranslator.h>
+#include <tqtranslator.h>
class Wrapper : public TQVBox
diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp
index 6859d57e..8cab2ddd 100644
--- a/examples/demo/textdrawing/helpwindow.cpp
+++ b/examples/demo/textdrawing/helpwindow.cpp
@@ -22,7 +22,7 @@
#include <tqfiledialog.h>
#include <ntqapplication.h>
#include <ntqcombobox.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <ntqlineedit.h>
#include <tqobjectlist.h>
#include <tqfileinfo.h>
diff --git a/examples/dirview/dirview.cpp b/examples/dirview/dirview.cpp
index e6342f26..a0a35744 100644
--- a/examples/dirview/dirview.cpp
+++ b/examples/dirview/dirview.cpp
@@ -13,7 +13,7 @@
#include <tqfile.h>
#include <tqfileinfo.h>
#include <tqpixmap.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <tqpoint.h>
#include <ntqmessagebox.h>
#include <tqdragobject.h>
diff --git a/examples/distributor/distributor.ui.h b/examples/distributor/distributor.ui.h
index 5c091248..2e853bd2 100644
--- a/examples/distributor/distributor.ui.h
+++ b/examples/distributor/distributor.ui.h
@@ -9,7 +9,7 @@
#include <ntqapplication.h>
#include <ntqcursor.h>
-#include <ntqeventloop.h>
+#include <tqeventloop.h>
#include <tqfile.h>
#include <tqfiledialog.h>
#include <tqfileinfo.h>
diff --git a/examples/dragdrop/dropsite.cpp b/examples/dragdrop/dropsite.cpp
index f6e493aa..37944851 100644
--- a/examples/dragdrop/dropsite.cpp
+++ b/examples/dragdrop/dropsite.cpp
@@ -13,7 +13,7 @@
#include "dropsite.h"
#include "secret.h"
-#include <ntqevent.h>
+#include <tqevent.h>
#include <tqpixmap.h>
#include <tqdragobject.h>
#include <tqimage.h>
diff --git a/examples/dragdrop/secret.cpp b/examples/dragdrop/secret.cpp
index fdba4488..5a152048 100644
--- a/examples/dragdrop/secret.cpp
+++ b/examples/dragdrop/secret.cpp
@@ -12,7 +12,7 @@
*****************************************************************************/
#include "secret.h"
-#include <ntqevent.h>
+#include <tqevent.h>
//create the object withe the secret byte
diff --git a/examples/fileiconview/tqfileiconview.cpp b/examples/fileiconview/tqfileiconview.cpp
index f84ffdf1..03f23a42 100644
--- a/examples/fileiconview/tqfileiconview.cpp
+++ b/examples/fileiconview/tqfileiconview.cpp
@@ -15,7 +15,7 @@
#include <tqstrlist.h>
#include <tqdragobject.h>
#include <ntqmessagebox.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <tqpopupmenu.h>
#include <ntqcursor.h>
#include <ntqapplication.h>
diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp
index 9d1a7cd1..dcf95de0 100644
--- a/examples/helpviewer/helpwindow.cpp
+++ b/examples/helpviewer/helpwindow.cpp
@@ -22,7 +22,7 @@
#include <tqfiledialog.h>
#include <ntqapplication.h>
#include <ntqcombobox.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <ntqlineedit.h>
#include <tqobjectlist.h>
#include <tqfileinfo.h>
diff --git a/examples/i18n/main.cpp b/examples/i18n/main.cpp
index 2d5ab9a9..e33a3728 100644
--- a/examples/i18n/main.cpp
+++ b/examples/i18n/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqtranslator.h>
+#include <tqtranslator.h>
#include <tqfileinfo.h>
#include <ntqmessagebox.h>
#include <ntqcheckbox.h>
diff --git a/examples/life/life.cpp b/examples/life/life.cpp
index 50e03feb..1da6b3f1 100644
--- a/examples/life/life.cpp
+++ b/examples/life/life.cpp
@@ -12,7 +12,7 @@
#include <tqpainter.h>
#include <ntqdrawutil.h>
#include <ntqcheckbox.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <ntqapplication.h>
// The main game of life widget
diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp
index 08cc0508..39b11001 100644
--- a/examples/scribble/scribble.cpp
+++ b/examples/scribble/scribble.cpp
@@ -10,7 +10,7 @@
#include "scribble.h"
#include <ntqapplication.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <tqpainter.h>
#include <tqtoolbar.h>
#include <tqtoolbutton.h>
diff --git a/examples/tablet/canvas.cpp b/examples/tablet/canvas.cpp
index c2c40c81..cccf38ac 100644
--- a/examples/tablet/canvas.cpp
+++ b/examples/tablet/canvas.cpp
@@ -11,7 +11,7 @@
#include <ntqapplication.h>
#include <tqpainter.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <tqrect.h>
const bool no_writing = FALSE;
diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp
index 273967bc..800fb403 100644
--- a/examples/tablet/scribble.cpp
+++ b/examples/tablet/scribble.cpp
@@ -11,7 +11,7 @@
#include "scribble.h"
#include <ntqapplication.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <tqpainter.h>
#include <tqtoolbar.h>
#include <tqtoolbutton.h>
diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp
index 5d0b525a..28532b5a 100644
--- a/examples/thread/prodcons/prodcons.cpp
+++ b/examples/thread/prodcons/prodcons.cpp
@@ -7,7 +7,7 @@
#include <ntqcheckbox.h>
#include <ntqprogressbar.h>
#include <ntqlayout.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <tqlabel.h>
#include <tqcstring.h>
#include <tqtextstream.h>
diff --git a/examples/tqdir/tqdir.cpp b/examples/tqdir/tqdir.cpp
index 488c0404..4bf71527 100644
--- a/examples/tqdir/tqdir.cpp
+++ b/examples/tqdir/tqdir.cpp
@@ -20,7 +20,7 @@
#include <tqlabel.h>
#include <ntqmultilineedit.h>
#include <ntqheader.h>
-#include <ntqevent.h>
+#include <tqevent.h>
#include <tqpainter.h>
#include <tqpopupmenu.h>
#include <ntqpushbutton.h>