summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/demo/categoryinterface.h2
-rw-r--r--examples/demo/textdrawing/helpwindow.cpp2
-rw-r--r--examples/demo/widgets/widgetsbase.ui.h2
-rw-r--r--examples/demo/widgets/widgetsbase_pro.ui.h2
-rw-r--r--examples/helpsystem/helpsystem.doc2
-rw-r--r--examples/helpviewer/helpwindow.cpp2
-rw-r--r--examples/listviews/listviews.cpp2
-rw-r--r--examples/listviews/listviews.h2
-rw-r--r--examples/mdi/application.cpp2
-rw-r--r--examples/network/mail/smtp.h2
-rw-r--r--examples/network/remotecontrol/startup.h2
-rw-r--r--examples/process/process.cpp2
-rw-r--r--examples/tetrix/qdragapp.cpp2
13 files changed, 13 insertions, 13 deletions
diff --git a/examples/demo/categoryinterface.h b/examples/demo/categoryinterface.h
index a51018a61..dd192559a 100644
--- a/examples/demo/categoryinterface.h
+++ b/examples/demo/categoryinterface.h
@@ -3,7 +3,7 @@
#include <ntqstring.h>
#include <ntqiconset.h>
-#include <ntqobject.h>
+#include <tqobject.h>
class TQWidgetStack;
diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp
index 01bb90add..55d1e5887 100644
--- a/examples/demo/textdrawing/helpwindow.cpp
+++ b/examples/demo/textdrawing/helpwindow.cpp
@@ -24,7 +24,7 @@
#include <ntqcombobox.h>
#include <ntqevent.h>
#include <ntqlineedit.h>
-#include <ntqobjectlist.h>
+#include <tqobjectlist.h>
#include <ntqfileinfo.h>
#include <ntqfile.h>
#include <ntqdatastream.h>
diff --git a/examples/demo/widgets/widgetsbase.ui.h b/examples/demo/widgets/widgetsbase.ui.h
index e50ea1bae..0e45e4939 100644
--- a/examples/demo/widgets/widgetsbase.ui.h
+++ b/examples/demo/widgets/widgetsbase.ui.h
@@ -1,4 +1,4 @@
-#include <ntqobjectlist.h>
+#include <tqobjectlist.h>
void WidgetsBase::init()
{
diff --git a/examples/demo/widgets/widgetsbase_pro.ui.h b/examples/demo/widgets/widgetsbase_pro.ui.h
index af6b656e4..fe01f9585 100644
--- a/examples/demo/widgets/widgetsbase_pro.ui.h
+++ b/examples/demo/widgets/widgetsbase_pro.ui.h
@@ -1,4 +1,4 @@
-#include <ntqobjectlist.h>
+#include <tqobjectlist.h>
void WidgetsBase::init()
{
diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc
index e9e647e6c..80e96c7cb 100644
--- a/examples/helpsystem/helpsystem.doc
+++ b/examples/helpsystem/helpsystem.doc
@@ -154,7 +154,7 @@
The MainWindow class declares a slot called assistantSlot()
which creates an instance of TQt Assistant when it is called.
The class keeps references to the tooltip classes as members
- because they are not QObjects and need to be deleted explicitly.
+ because they are not TQObjects and need to be deleted explicitly.
The class has a reference to QAssistantClient as a
member as well, to allow easier access to TQt Assistant later on.
diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp
index 140a9333f..49a74efbc 100644
--- a/examples/helpviewer/helpwindow.cpp
+++ b/examples/helpviewer/helpwindow.cpp
@@ -24,7 +24,7 @@
#include <ntqcombobox.h>
#include <ntqevent.h>
#include <ntqlineedit.h>
-#include <ntqobjectlist.h>
+#include <tqobjectlist.h>
#include <ntqfileinfo.h>
#include <ntqfile.h>
#include <ntqdatastream.h>
diff --git a/examples/listviews/listviews.cpp b/examples/listviews/listviews.cpp
index 66680f852..b1297c737 100644
--- a/examples/listviews/listviews.cpp
+++ b/examples/listviews/listviews.cpp
@@ -12,7 +12,7 @@
#include <ntqlabel.h>
#include <ntqpainter.h>
#include <ntqpalette.h>
-#include <ntqobjectlist.h>
+#include <tqobjectlist.h>
#include <ntqpopupmenu.h>
#include <ntqheader.h>
#include <ntqregexp.h>
diff --git a/examples/listviews/listviews.h b/examples/listviews/listviews.h
index 7ef9b438d..f6c2b461a 100644
--- a/examples/listviews/listviews.h
+++ b/examples/listviews/listviews.h
@@ -12,7 +12,7 @@
#include <ntqsplitter.h>
#include <ntqstring.h>
-#include <ntqobject.h>
+#include <tqobject.h>
#include <ntqdatetime.h>
#include <ntqptrlist.h>
#include <ntqlistview.h>
diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp
index 5b91bdb58..96ee1c66c 100644
--- a/examples/mdi/application.cpp
+++ b/examples/mdi/application.cpp
@@ -30,7 +30,7 @@
#include <ntqpainter.h>
#include <ntqpaintdevicemetrics.h>
#include <ntqwhatsthis.h>
-#include <ntqobjectlist.h>
+#include <tqobjectlist.h>
#include <ntqvbox.h>
#include <ntqsimplerichtext.h>
diff --git a/examples/network/mail/smtp.h b/examples/network/mail/smtp.h
index deb84890a..cf6bdde06 100644
--- a/examples/network/mail/smtp.h
+++ b/examples/network/mail/smtp.h
@@ -10,7 +10,7 @@
#ifndef SMTP_H
#define SMTP_H
-#include <ntqobject.h>
+#include <tqobject.h>
#include <ntqstring.h>
class TQSocket;
diff --git a/examples/network/remotecontrol/startup.h b/examples/network/remotecontrol/startup.h
index a3359f573..624a8fc20 100644
--- a/examples/network/remotecontrol/startup.h
+++ b/examples/network/remotecontrol/startup.h
@@ -1,7 +1,7 @@
#ifndef STARTUP_H
#define STARTUP_H
-#include <ntqobject.h>
+#include <tqobject.h>
class TQSocket;
class RemoteCtrlImpl;
diff --git a/examples/process/process.cpp b/examples/process/process.cpp
index 5c3c73c98..b235e18b2 100644
--- a/examples/process/process.cpp
+++ b/examples/process/process.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqobject.h>
+#include <tqobject.h>
#include <ntqprocess.h>
#include <ntqvbox.h>
#include <ntqtextview.h>
diff --git a/examples/tetrix/qdragapp.cpp b/examples/tetrix/qdragapp.cpp
index 19fc9fec6..21409dd2d 100644
--- a/examples/tetrix/qdragapp.cpp
+++ b/examples/tetrix/qdragapp.cpp
@@ -16,7 +16,7 @@
#include "ntqwidget.h"
#include "ntqfontmetrics.h"
#include "ntqcursor.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
TQWidget *cursorWidget( TQPoint * = 0 );