summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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 882add78d..78fbb7735 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 6859d57e7..8cab2ddda 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 e6342f26a..a0a357445 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 5c091248f..2e853bd22 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 f6e493aa7..379448518 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 fdba44884..5a152048e 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 f84ffdf13..03f23a425 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 9d1a7cd1f..dcf95de06 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 2d5ab9a9f..e33a37281 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 50e03febc..1da6b3f15 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 08cc05081..39b110014 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 c2c40c816..cccf38ace 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 273967bc6..800fb4033 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 5d0b525a3..28532b5aa 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 488c0404f..4bf715278 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>