diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:52:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:36 +0900 |
commit | 367ff3fb9e3933f6704c98359cdd8d934ace941f (patch) | |
tree | 7e03c953d16dcaf0e89f54079b8415a578a22893 /src/widgets | |
parent | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff) | |
download | tqt3-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.h | 2 | ||||
-rw-r--r-- | src/widgets/ntqrangecontrol.h | 2 | ||||
-rw-r--r-- | src/widgets/qdockwindow.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qeffects.cpp | 2 | ||||
-rw-r--r-- | src/widgets/qrangecontrol.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqbutton.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqdialogbuttons.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqiconview.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqlineedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqlistbox.cpp | 4 | ||||
-rw-r--r-- | src/widgets/tqmenubar.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqmenudata.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqmenudata.h | 2 | ||||
-rw-r--r-- | src/widgets/tqpopupmenu.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqpushbutton.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtextedit.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtoolbutton.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqtooltip.cpp | 2 | ||||
-rw-r--r-- | src/widgets/tqwidgetplugin.h | 2 |
19 files changed, 20 insertions, 20 deletions
diff --git a/src/widgets/ntqdockarea.h b/src/widgets/ntqdockarea.h index 10a62debd..9ccdc21d8 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 0afb75ed8..39f2e2abc 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 1c056828e..bfe89fcda 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 b98de479f..5fce0e854 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 2aa8f86c6..95056e578 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 e29ae1546..d44c5baa0 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 939384281..cbc791ebb 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 70462bc05..e897ccc42 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 558069752..b781b4814 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 96aa747c1..fcda9ac5f 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 b288f6280..6432d432b 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 c3e773e24..5a3872d31 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 5abace6a2..b5e92cb6a 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 26aa7f9cc..8030b23e8 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 105bae12a..2b329e9d7 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 d57724ab3..1d5805f6d 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 9872936e1..53d4b971f 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 7a9166452..ee0a097fe 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 d1cf9b257..68b26b4f7 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 |