summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-24 20:52:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:36 +0900
commit367ff3fb9e3933f6704c98359cdd8d934ace941f (patch)
tree7e03c953d16dcaf0e89f54079b8415a578a22893 /src/widgets
parentd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff)
downloadtqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.tar.gz
tqt3-367ff3fb9e3933f6704c98359cdd8d934ace941f.zip
Rename global classes nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/ntqdockarea.h2
-rw-r--r--src/widgets/ntqrangecontrol.h2
-rw-r--r--src/widgets/qdockwindow.cpp2
-rw-r--r--src/widgets/qeffects.cpp2
-rw-r--r--src/widgets/qrangecontrol.cpp2
-rw-r--r--src/widgets/tqbutton.cpp2
-rw-r--r--src/widgets/tqdialogbuttons.cpp2
-rw-r--r--src/widgets/tqiconview.cpp2
-rw-r--r--src/widgets/tqlineedit.cpp2
-rw-r--r--src/widgets/tqlistbox.cpp4
-rw-r--r--src/widgets/tqmenubar.cpp2
-rw-r--r--src/widgets/tqmenudata.cpp2
-rw-r--r--src/widgets/tqmenudata.h2
-rw-r--r--src/widgets/tqpopupmenu.cpp2
-rw-r--r--src/widgets/tqpushbutton.cpp2
-rw-r--r--src/widgets/tqtextedit.cpp2
-rw-r--r--src/widgets/tqtoolbutton.cpp2
-rw-r--r--src/widgets/tqtooltip.cpp2
-rw-r--r--src/widgets/tqwidgetplugin.h2
19 files changed, 20 insertions, 20 deletions
diff --git a/src/widgets/ntqdockarea.h b/src/widgets/ntqdockarea.h
index 10a62deb..9ccdc21d 100644
--- a/src/widgets/ntqdockarea.h
+++ b/src/widgets/ntqdockarea.h
@@ -47,7 +47,7 @@
#include "ntqdockwindow.h"
#include "tqlayout.h"
#include "tqvaluelist.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "tqtextstream.h"
#endif // QT_H
diff --git a/src/widgets/ntqrangecontrol.h b/src/widgets/ntqrangecontrol.h
index 0afb75ed..39f2e2ab 100644
--- a/src/widgets/ntqrangecontrol.h
+++ b/src/widgets/ntqrangecontrol.h
@@ -42,7 +42,7 @@
#define TQRANGECONTROL_H
#ifndef QT_H
-#include "ntqglobal.h"
+#include "tqglobal.h"
#include "tqframe.h"
#endif // QT_H
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp
index 1c056828..bfe89fcd 100644
--- a/src/widgets/qdockwindow.cpp
+++ b/src/widgets/qdockwindow.cpp
@@ -53,7 +53,7 @@
#include "tqmainwindow.h"
#include "tqtimer.h"
#include "tqtooltip.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "ntqcursor.h"
#include "tqstyle.h"
diff --git a/src/widgets/qeffects.cpp b/src/widgets/qeffects.cpp
index b98de479..5fce0e85 100644
--- a/src/widgets/qeffects.cpp
+++ b/src/widgets/qeffects.cpp
@@ -46,7 +46,7 @@
#include "tqimage.h"
#include "tqtimer.h"
#include "tqdatetime.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "tqscrollview.h"
/*
diff --git a/src/widgets/qrangecontrol.cpp b/src/widgets/qrangecontrol.cpp
index 2aa8f86c..95056e57 100644
--- a/src/widgets/qrangecontrol.cpp
+++ b/src/widgets/qrangecontrol.cpp
@@ -40,7 +40,7 @@
#include "ntqrangecontrol.h"
#ifndef TQT_NO_RANGECONTROL
-#include "ntqglobal.h"
+#include "tqglobal.h"
#include <limits.h>
static bool sumOutOfRange(int current, int add);
diff --git a/src/widgets/tqbutton.cpp b/src/widgets/tqbutton.cpp
index e29ae154..d44c5baa 100644
--- a/src/widgets/tqbutton.cpp
+++ b/src/widgets/tqbutton.cpp
@@ -49,7 +49,7 @@
#include "ntqapplication.h"
#include "tqpushbutton.h"
#include "tqradiobutton.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/widgets/tqdialogbuttons.cpp b/src/widgets/tqdialogbuttons.cpp
index 93938428..cbc791eb 100644
--- a/src/widgets/tqdialogbuttons.cpp
+++ b/src/widgets/tqdialogbuttons.cpp
@@ -41,7 +41,7 @@
#include <ntqapplication.h>
#include <tqpushbutton.h>
-#include <ntqguardedptr.h>
+#include <tqguardedptr.h>
#include <tqmap.h>
#include <ntqvariant.h>
#ifndef TQT_NO_DIALOG
diff --git a/src/widgets/tqiconview.cpp b/src/widgets/tqiconview.cpp
index 70462bc0..e897ccc4 100644
--- a/src/widgets/tqiconview.cpp
+++ b/src/widgets/tqiconview.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqglobal.h"
+#include "tqglobal.h"
#if defined(Q_CC_BOR)
// needed for qsort() because of a std namespace problem on Borland
#include "qplatformdefs.h"
diff --git a/src/widgets/tqlineedit.cpp b/src/widgets/tqlineedit.cpp
index 55806975..b781b481 100644
--- a/src/widgets/tqlineedit.cpp
+++ b/src/widgets/tqlineedit.cpp
@@ -57,7 +57,7 @@
#include "tqtimer.h"
#include "tqpopupmenu.h"
#include "tqstringlist.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "tqstyle.h"
#include "tqwhatsthis.h"
#include "../kernel/qinternal_p.h"
diff --git a/src/widgets/tqlistbox.cpp b/src/widgets/tqlistbox.cpp
index 96aa747c..fcda9ac5 100644
--- a/src/widgets/tqlistbox.cpp
+++ b/src/widgets/tqlistbox.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqglobal.h"
+#include "tqglobal.h"
#if defined(Q_CC_BOR)
// needed for qsort() because of a std namespace problem on Borland
#include "qplatformdefs.h"
@@ -57,7 +57,7 @@
#include "tqstringlist.h"
#include "tqstyle.h"
#include "tqpopupmenu.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
#include "ntqaccessible.h"
#endif
diff --git a/src/widgets/tqmenubar.cpp b/src/widgets/tqmenubar.cpp
index b288f628..6432d432 100644
--- a/src/widgets/tqmenubar.cpp
+++ b/src/widgets/tqmenubar.cpp
@@ -49,7 +49,7 @@
#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "ntqapplication.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "tqlayout.h"
#include "ntqcleanuphandler.h"
#include "../kernel/qinternal_p.h"
diff --git a/src/widgets/tqmenudata.cpp b/src/widgets/tqmenudata.cpp
index c3e773e2..5a3872d3 100644
--- a/src/widgets/tqmenudata.cpp
+++ b/src/widgets/tqmenudata.cpp
@@ -43,7 +43,7 @@
#include "tqpopupmenu.h"
#include "tqmenubar.h"
#include "ntqapplication.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
class TQMenuItemData {
public:
diff --git a/src/widgets/tqmenudata.h b/src/widgets/tqmenudata.h
index 5abace6a..b5e92cb6 100644
--- a/src/widgets/tqmenudata.h
+++ b/src/widgets/tqmenudata.h
@@ -42,7 +42,7 @@
#define TQMENUDATA_H
#ifndef QT_H
-#include "ntqglobal.h"
+#include "tqglobal.h"
#include "tqiconset.h" // conversion TQPixmap->TQIconset
#include "ntqkeysequence.h"
#include "tqstring.h"
diff --git a/src/widgets/tqpopupmenu.cpp b/src/widgets/tqpopupmenu.cpp
index 26aa7f9c..8030b23e 100644
--- a/src/widgets/tqpopupmenu.cpp
+++ b/src/widgets/tqpopupmenu.cpp
@@ -50,7 +50,7 @@
#include "tqtimer.h"
#include "tqwhatsthis.h"
#include "tqobjectlist.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "qeffects_p.h"
#include "ntqcursor.h"
#include "tqstyle.h"
diff --git a/src/widgets/tqpushbutton.cpp b/src/widgets/tqpushbutton.cpp
index 105bae12..2b329e9d 100644
--- a/src/widgets/tqpushbutton.cpp
+++ b/src/widgets/tqpushbutton.cpp
@@ -47,7 +47,7 @@
#include "tqpixmap.h"
#include "tqbitmap.h"
#include "tqpopupmenu.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "ntqapplication.h"
#include "tqtoolbar.h"
#include "tqstyle.h"
diff --git a/src/widgets/tqtextedit.cpp b/src/widgets/tqtextedit.cpp
index d57724ab..1d5805f6 100644
--- a/src/widgets/tqtextedit.cpp
+++ b/src/widgets/tqtextedit.cpp
@@ -76,7 +76,7 @@
#include "tqtextbrowser.h"
#include <private/qucom_p.h>
#include "private/tqsyntaxhighlighter_p.h"
-#include <ntqguardedptr.h>
+#include <tqguardedptr.h>
#ifndef TQT_NO_ACCEL
#include <ntqkeysequence.h>
diff --git a/src/widgets/tqtoolbutton.cpp b/src/widgets/tqtoolbutton.cpp
index 9872936e..53d4b971 100644
--- a/src/widgets/tqtoolbutton.cpp
+++ b/src/widgets/tqtoolbutton.cpp
@@ -54,7 +54,7 @@
#include "tqiconset.h"
#include "tqtimer.h"
#include "tqpopupmenu.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
class TQToolButtonPrivate
{
diff --git a/src/widgets/tqtooltip.cpp b/src/widgets/tqtooltip.cpp
index 7a916645..ee0a097f 100644
--- a/src/widgets/tqtooltip.cpp
+++ b/src/widgets/tqtooltip.cpp
@@ -41,7 +41,7 @@
#include "tqlabel.h"
#include "tqptrdict.h"
#include "ntqapplication.h"
-#include "ntqguardedptr.h"
+#include "tqguardedptr.h"
#include "tqtimer.h"
#include "qeffects_p.h"
diff --git a/src/widgets/tqwidgetplugin.h b/src/widgets/tqwidgetplugin.h
index d1cf9b25..68b26b4f 100644
--- a/src/widgets/tqwidgetplugin.h
+++ b/src/widgets/tqwidgetplugin.h
@@ -42,7 +42,7 @@
#define TQWIDGETPLUGIN_H
#ifndef QT_H
-#include "ntqgplugin.h"
+#include "tqgplugin.h"
#include "tqstringlist.h"
#include "tqiconset.h"
#endif // QT_H