summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-23 14:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-27 16:08:54 +0900
commit04913ce7a46fd027856e83a96205fdc388742a19 (patch)
treea04a117317c14854a6b91072658ba0eb3ad8b3fc /src/widgets
parentc11c0f228b65f7471a26513ef8dbde413e75f8fa (diff)
downloadtqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz
tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/ntqaction.h2
-rw-r--r--src/widgets/ntqvalidator.h2
-rw-r--r--src/widgets/ntqwhatsthis.h2
-rw-r--r--src/widgets/qaction.cpp2
-rw-r--r--src/widgets/qgroupbox.cpp2
-rw-r--r--src/widgets/qhbox.cpp2
-rw-r--r--src/widgets/qmainwindow.cpp2
-rw-r--r--src/widgets/qpopupmenu.cpp2
-rw-r--r--src/widgets/qscrollview.cpp2
-rw-r--r--src/widgets/qsplitter.cpp2
-rw-r--r--src/widgets/qtabwidget.cpp2
-rw-r--r--src/widgets/qtoolbar.cpp2
-rw-r--r--src/widgets/qtoolbox.cpp2
-rw-r--r--src/widgets/qwidgetplugin.cpp2
-rw-r--r--src/widgets/qwidgetresizehandler_p.h2
-rw-r--r--src/widgets/qwidgetstack.cpp2
16 files changed, 16 insertions, 16 deletions
diff --git a/src/widgets/ntqaction.h b/src/widgets/ntqaction.h
index a00d7d8fd..326b5236d 100644
--- a/src/widgets/ntqaction.h
+++ b/src/widgets/ntqaction.h
@@ -42,7 +42,7 @@
#define TQACTION_H
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#include "ntqiconset.h"
#include "ntqstring.h"
#include "ntqkeysequence.h"
diff --git a/src/widgets/ntqvalidator.h b/src/widgets/ntqvalidator.h
index c5ddedaac..406d210f0 100644
--- a/src/widgets/ntqvalidator.h
+++ b/src/widgets/ntqvalidator.h
@@ -42,7 +42,7 @@
#define TQVALIDATOR_H
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#include "ntqstring.h" // char*->TQString conversion
#include "ntqregexp.h" // TQString->TQRegExp conversion
#endif // QT_H
diff --git a/src/widgets/ntqwhatsthis.h b/src/widgets/ntqwhatsthis.h
index 98f1fd9fa..66b4b3c90 100644
--- a/src/widgets/ntqwhatsthis.h
+++ b/src/widgets/ntqwhatsthis.h
@@ -40,7 +40,7 @@
#define TQWHATSTHIS_H
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#endif // QT_H
#ifndef TQT_NO_WHATSTHIS
diff --git a/src/widgets/qaction.cpp b/src/widgets/qaction.cpp
index 361ed026e..cbeb093c3 100644
--- a/src/widgets/qaction.cpp
+++ b/src/widgets/qaction.cpp
@@ -49,7 +49,7 @@
#include "ntqtooltip.h"
#include "ntqwhatsthis.h"
#include "ntqstatusbar.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
/*!
diff --git a/src/widgets/qgroupbox.cpp b/src/widgets/qgroupbox.cpp
index 9a31d397f..f9b450e66 100644
--- a/src/widgets/qgroupbox.cpp
+++ b/src/widgets/qgroupbox.cpp
@@ -46,7 +46,7 @@
#include "ntqaccel.h"
#include "ntqradiobutton.h"
#include "ntqfocusdata.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
#include "ntqdrawutil.h"
#include "ntqapplication.h"
#include "ntqstyle.h"
diff --git a/src/widgets/qhbox.cpp b/src/widgets/qhbox.cpp
index 117164cfc..7f5e0c893 100644
--- a/src/widgets/qhbox.cpp
+++ b/src/widgets/qhbox.cpp
@@ -38,7 +38,7 @@
#ifndef TQT_NO_HBOX
#include "ntqlayout.h"
#include "ntqapplication.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
/*!
diff --git a/src/widgets/qmainwindow.cpp b/src/widgets/qmainwindow.cpp
index 69f4c16ad..970d8cdf4 100644
--- a/src/widgets/qmainwindow.cpp
+++ b/src/widgets/qmainwindow.cpp
@@ -43,7 +43,7 @@
#include "ntqtimer.h"
#include "ntqlayout.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
#include "ntqintdict.h"
#include "ntqapplication.h"
#include "ntqptrlist.h"
diff --git a/src/widgets/qpopupmenu.cpp b/src/widgets/qpopupmenu.cpp
index ec93e3a22..afeb80f94 100644
--- a/src/widgets/qpopupmenu.cpp
+++ b/src/widgets/qpopupmenu.cpp
@@ -49,7 +49,7 @@
#include "ntqpixmapcache.h"
#include "ntqtimer.h"
#include "ntqwhatsthis.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
#include "ntqguardedptr.h"
#include "qeffects_p.h"
#include "ntqcursor.h"
diff --git a/src/widgets/qscrollview.cpp b/src/widgets/qscrollview.cpp
index 493b88f8b..4198e3132 100644
--- a/src/widgets/qscrollview.cpp
+++ b/src/widgets/qscrollview.cpp
@@ -41,7 +41,7 @@
#include "ntqwidget.h"
#ifndef TQT_NO_SCROLLVIEW
#include "ntqscrollbar.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
#include "ntqpainter.h"
#include "ntqpixmap.h"
#include "ntqcursor.h"
diff --git a/src/widgets/qsplitter.cpp b/src/widgets/qsplitter.cpp
index c94757620..33e5250bf 100644
--- a/src/widgets/qsplitter.cpp
+++ b/src/widgets/qsplitter.cpp
@@ -47,7 +47,7 @@
#include "ntqbitmap.h"
#include "ntqdrawutil.h"
#include "ntqmemarray.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
#include "ntqpainter.h"
#include "ntqptrlist.h"
#include "ntqstyle.h"
diff --git a/src/widgets/qtabwidget.cpp b/src/widgets/qtabwidget.cpp
index 5f1949099..f6c54524c 100644
--- a/src/widgets/qtabwidget.cpp
+++ b/src/widgets/qtabwidget.cpp
@@ -40,7 +40,7 @@
#include "ntqtabwidget.h"
#ifndef TQT_NO_TABWIDGET
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
#include "ntqtabbar.h"
#include "ntqapplication.h"
#include "ntqwidgetstack.h"
diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/qtoolbar.cpp
index dfff7c763..fd5bf56a2 100644
--- a/src/widgets/qtoolbar.cpp
+++ b/src/widgets/qtoolbar.cpp
@@ -46,7 +46,7 @@
#include "ntqcursor.h"
#include "ntqlayout.h"
#include "ntqframe.h"
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
#include "ntqpainter.h"
#include "ntqdrawutil.h"
#include "ntqtoolbutton.h"
diff --git a/src/widgets/qtoolbox.cpp b/src/widgets/qtoolbox.cpp
index d5c906477..a8d2523ac 100644
--- a/src/widgets/qtoolbox.cpp
+++ b/src/widgets/qtoolbox.cpp
@@ -47,7 +47,7 @@
#include <ntqscrollview.h>
#include <ntqpainter.h>
#include <ntqstyle.h>
-#include <ntqobjectlist.h>
+#include <tqobjectlist.h>
#include <ntqapplication.h>
#include <ntqwidgetlist.h>
#include <ntqlayout.h>
diff --git a/src/widgets/qwidgetplugin.cpp b/src/widgets/qwidgetplugin.cpp
index f7d0bb2f9..2d026221c 100644
--- a/src/widgets/qwidgetplugin.cpp
+++ b/src/widgets/qwidgetplugin.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_WIDGETPLUGIN
#include "qwidgetinterface_p.h"
-#include "ntqobjectcleanuphandler.h"
+#include "tqobjectcleanuphandler.h"
#include "ntqwidget.h"
#ifdef QT_CONTAINER_CUSTOM_WIDGETS
#include "ntqwidgetlist.h"
diff --git a/src/widgets/qwidgetresizehandler_p.h b/src/widgets/qwidgetresizehandler_p.h
index 08f04b65d..30f8e088c 100644
--- a/src/widgets/qwidgetresizehandler_p.h
+++ b/src/widgets/qwidgetresizehandler_p.h
@@ -54,7 +54,7 @@
//
#ifndef QT_H
-#include "ntqobject.h"
+#include "tqobject.h"
#endif // QT_H
#ifndef TQT_NO_RESIZEHANDLER
class TQMouseEvent;
diff --git a/src/widgets/qwidgetstack.cpp b/src/widgets/qwidgetstack.cpp
index 457376191..b8cb9e76a 100644
--- a/src/widgets/qwidgetstack.cpp
+++ b/src/widgets/qwidgetstack.cpp
@@ -43,7 +43,7 @@
#include "../kernel/qlayoutengine_p.h"
#ifndef TQT_NO_WIDGETSTACK
-#include "ntqobjectlist.h"
+#include "tqobjectlist.h"
#include "ntqfocusdata.h"
#include "ntqbutton.h"
#include "ntqbuttongroup.h"