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/kernel | |
| parent | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (diff) | |
| download | tqt-367ff3fb.tar.gz tqt-367ff3fb.zip | |
Rename global classes nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel')
32 files changed, 42 insertions, 42 deletions
| diff --git a/src/kernel/ntqaccessible.h b/src/kernel/ntqaccessible.h index 4ea410f4c..25b12077e 100644 --- a/src/kernel/ntqaccessible.h +++ b/src/kernel/ntqaccessible.h @@ -43,7 +43,7 @@  #include "tqobject.h"  #include <private/qcom_p.h>  #include "tqrect.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  #include "tqmemarray.h"  #endif // QT_H diff --git a/src/kernel/ntqgif.h b/src/kernel/ntqgif.h index f5fee77be..9d1658a0c 100644 --- a/src/kernel/ntqgif.h +++ b/src/kernel/ntqgif.h @@ -49,7 +49,7 @@  #define TQGIF_H  #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #endif // QT_H  #ifndef QT_BUILTIN_GIF_READER diff --git a/src/kernel/ntqinputcontext.h b/src/kernel/ntqinputcontext.h index 0ab8e728a..426aa796a 100644 --- a/src/kernel/ntqinputcontext.h +++ b/src/kernel/ntqinputcontext.h @@ -40,7 +40,7 @@  #ifndef QT_H  #include "tqobject.h" -#include "ntqglobal.h" +#include "tqglobal.h"  #include "tqevent.h"  #include "tqstring.h"  #include "tqptrlist.h" diff --git a/src/kernel/ntqjpegio.h b/src/kernel/ntqjpegio.h index bb27c5dc8..10ae8d7cf 100644 --- a/src/kernel/ntqjpegio.h +++ b/src/kernel/ntqjpegio.h @@ -41,7 +41,7 @@  #ifndef TQJPEGIO_H  #define TQJPEGIO_H -#include "ntqglobal.h" +#include "tqglobal.h"  #ifndef TQT_NO_IMAGEIO_JPEG diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index dd2cdedab..cace88141 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -42,7 +42,7 @@  #define TQNAMESPACE_H  #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #endif // QT_H diff --git a/src/kernel/ntqpolygonscanner.h b/src/kernel/ntqpolygonscanner.h index 3d281da7c..2ab2c8e37 100644 --- a/src/kernel/ntqpolygonscanner.h +++ b/src/kernel/ntqpolygonscanner.h @@ -42,7 +42,7 @@  #define TQPOLYGONSCANNER_H  #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #endif // QT_H  class TQPointArray; diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 875323a6d..52caddc35 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -15,14 +15,14 @@  #ifndef QT_H  #define QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #include "ntqfeatures.h"  #include "ntqshared.h"  #include "tqptrcollection.h" -#include "ntqglist.h" +#include "tqglist.h"  #include "tqobjectdefs.h"  #include "ntqnamespace.h" -#include "ntqgarray.h" +#include "tqgarray.h"  #include "tqmemarray.h"  #include "tqcstring.h"  #include "tqstring.h" @@ -30,7 +30,7 @@  #include "tqiodevice.h"  #include "ntqkeysequence.h"  #include "ntqwindowdefs.h" -#include "ntqgdict.h" +#include "tqgdict.h"  #include "tqfont.h"  #include "tqdatastream.h"  #include "tqpair.h" @@ -86,17 +86,17 @@  #include "tqnetworkprotocol.h"  #include <tqeuckrcodec.h>  #include <tqgb18030codec.h> -#include "ntqgcache.h" +#include "tqgcache.h"  #include <ntqgif.h>  #include <tqglcolormap.h>  #include <tqcache.h>  #include <tqdropsite.h> -#include "ntqgplugin.h" +#include "tqgplugin.h"  #include <tqgrid.h>  #include "ntqrangecontrol.h"  #include "tqbuttongroup.h"  #include <tqdatetimeedit.h> -#include "ntqgvector.h" +#include "tqgvector.h"  #include "tqhbox.h"  #include <tqhbuttongroup.h>  #include <tqhgroupbox.h> @@ -139,7 +139,7 @@  #include "tqmutex.h"  #include <tqnetwork.h>  #include <tqftp.h> -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  #include <tqobjectcleanuphandler.h>  #include "tqsqlfield.h"  #include <tqobjectdict.h> @@ -281,7 +281,7 @@  #include "private/tqlayoutengine_p.h"  #include "private/qcomlibrary_p.h"  #include "private/qeffects_p.h" -#include "private/qgpluginmanager_p.h" +#include "private/tqgpluginmanager_p.h"  #include "private/qinternal_p.h"  #include "private/tqsqldriverinterface_p.h"  #include "private/tqsqlmanager_p.h" diff --git a/src/kernel/qaccel.cpp b/src/kernel/qaccel.cpp index fabd7dcf4..e2f55f01e 100644 --- a/src/kernel/qaccel.cpp +++ b/src/kernel/qaccel.cpp @@ -47,7 +47,7 @@  #include "tqwidget.h"  #include "tqptrlist.h"  #include "tqwhatsthis.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  #include "tqstatusbar.h"  #include "ntqdockwindow.h"  #include "tqsignalslotimp.h" diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index d48805c3a..7abbbd56f 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -283,7 +283,7 @@    \headerfile ntqnamespace.h    \headerfile ntqwindowdefs.h -  \headerfile ntqglobal.h +  \headerfile tqglobal.h  */  /*! \enum TQt::HANDLE diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 18a0eb7f0..f3252b296 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -81,7 +81,7 @@  #include "tqsessionmanager.h"  #include "tqvaluelist.h"  #include "tqdict.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  #include "tqclipboard.h"  #include "tqwhatsthis.h" // ######## dependency  #include "tqsettings.h" diff --git a/src/kernel/qdnd_x11.cpp b/src/kernel/qdnd_x11.cpp index 5194ee878..c35bca0a4 100644 --- a/src/kernel/qdnd_x11.cpp +++ b/src/kernel/qdnd_x11.cpp @@ -48,7 +48,7 @@  #include "tqintdict.h"  #include "tqdatetime.h"  #include "tqdict.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  #include "tqdragobject.h"  #include "tqobjectlist.h"  #include "ntqcursor.h" diff --git a/src/kernel/qinputcontext_p.h b/src/kernel/qinputcontext_p.h index 0e0f8da0c..37ba52b6c 100644 --- a/src/kernel/qinputcontext_p.h +++ b/src/kernel/qinputcontext_p.h @@ -52,7 +52,7 @@  //  // -#include "ntqglobal.h" +#include "tqglobal.h"  class TQKeyEvent;  class TQWidget; diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index bd93c7c29..a31cab804 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -29,7 +29,7 @@ kernel {  		  $$KERNEL_P/tqfontdata_p.h \  		  $$KERNEL_H/tqfontinfo.h \  		  $$KERNEL_H/tqfontmetrics.h \ -		  $$KERNEL_H/ntqguardedptr.h \ +		  $$KERNEL_H/tqguardedptr.h \  		  $$KERNEL_H/ntqgif.h \  		  $$KERNEL_H/tqiconset.h \  		  $$KERNEL_H/tqimage.h \ @@ -91,7 +91,7 @@ kernel {  		  $$KERNEL_H/ntqvariant.h \  		  $$KERNEL_P/qrichtext_p.h \  		  $$KERNEL_P/qinternal_p.h \ -		  $$KERNEL_H/ntqgplugin.h \ +		  $$KERNEL_H/tqgplugin.h \  		  $$KERNEL_H/tqsimplerichtext.h \  		  $$KERNEL_CPP/qscriptengine_p.h \  		  $$KERNEL_CPP/tqtextengine_p.h \ @@ -213,7 +213,7 @@ kernel {  		  $$KERNEL_CPP/qfocusdata.cpp \  		  $$KERNEL_CPP/tqfont.cpp \  		  $$KERNEL_CPP/tqfontdatabase.cpp \ -		  $$KERNEL_CPP/qguardedptr.cpp \ +		  $$KERNEL_CPP/tqguardedptr.cpp \  		  $$KERNEL_CPP/tqiconset.cpp \  		  $$KERNEL_CPP/tqimage.cpp \  		  $$KERNEL_CPP/tqimageformatplugin.cpp \ @@ -260,7 +260,7 @@ kernel {  		  $$KERNEL_CPP/qrichtext.cpp \  		  $$KERNEL_CPP/qinternal.cpp \  		  $$KERNEL_CPP/qrichtext_p.cpp \ -		  $$KERNEL_CPP/qgplugin.cpp \ +		  $$KERNEL_CPP/tqgplugin.cpp \  		  $$KERNEL_CPP/tqsimplerichtext.cpp \  		  $$KERNEL_CPP/qscriptengine.cpp \  		  $$KERNEL_CPP/tqtextlayout.cpp \ diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h index 908254769..611076c97 100644 --- a/src/kernel/qt_pch.h +++ b/src/kernel/qt_pch.h @@ -27,7 +27,7 @@  #include <tqbitmap.h>  #include <ntqcursor.h>  #include <tqdatetime.h> -#include <ntqglobal.h> +#include <tqglobal.h>  #include <tqimage.h>  #include <ntqmetaobject.h>  // All moc genereated code has this include  #include <tqobject.h> diff --git a/src/kernel/qvariant.cpp b/src/kernel/qvariant.cpp index ac3157676..884ef1ed5 100644 --- a/src/kernel/qvariant.cpp +++ b/src/kernel/qvariant.cpp @@ -475,7 +475,7 @@ void TQVariant::Private::clear()      \value UInt  an unsigned int      Note that TQt's definition of bool depends on the compiler. -    \c ntqglobal.h has the system-dependent definition of bool. +    \c tqglobal.h has the system-dependent definition of bool.  */  /*! diff --git a/src/kernel/tqcolor_p.cpp b/src/kernel/tqcolor_p.cpp index 0a91f5c90..d1462f43f 100644 --- a/src/kernel/tqcolor_p.cpp +++ b/src/kernel/tqcolor_p.cpp @@ -39,7 +39,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/kernel/tqdropsite.h b/src/kernel/tqdropsite.h index 3e95cdc3f..9ee72b4d8 100644 --- a/src/kernel/tqdropsite.h +++ b/src/kernel/tqdropsite.h @@ -41,7 +41,7 @@  #ifndef QT_H  #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #endif // QT_H  #endif diff --git a/src/kernel/tqfontengine_p.h b/src/kernel/tqfontengine_p.h index 3dba677ca..559972746 100644 --- a/src/kernel/tqfontengine_p.h +++ b/src/kernel/tqfontengine_p.h @@ -38,7 +38,7 @@  #define TQFONTENGINE_P_H  #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #endif // QT_H  #ifdef TQ_WS_WIN diff --git a/src/kernel/qgplugin.cpp b/src/kernel/tqgplugin.cpp index ca5b4131f..c0cfd8f47 100644 --- a/src/kernel/qgplugin.cpp +++ b/src/kernel/tqgplugin.cpp @@ -36,7 +36,7 @@  **  **********************************************************************/ -#include "ntqgplugin.h" +#include "tqgplugin.h"  #ifndef TQT_NO_COMPONENT diff --git a/src/kernel/ntqgplugin.h b/src/kernel/tqgplugin.h index 88212515b..88212515b 100644 --- a/src/kernel/ntqgplugin.h +++ b/src/kernel/tqgplugin.h diff --git a/src/kernel/qguardedptr.cpp b/src/kernel/tqguardedptr.cpp index 5102d094b..a08fe1aae 100644 --- a/src/kernel/qguardedptr.cpp +++ b/src/kernel/tqguardedptr.cpp @@ -38,10 +38,10 @@  **  **********************************************************************/ -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  /*! -    \class TQGuardedPtr ntqguardedptr.h +    \class TQGuardedPtr tqguardedptr.h      \brief The TQGuardedPtr class is a template class that provides guarded pointers to TQObjects.      \ingroup objectmodel diff --git a/src/kernel/ntqguardedptr.h b/src/kernel/tqguardedptr.h index 29ef8b8c7..29ef8b8c7 100644 --- a/src/kernel/ntqguardedptr.h +++ b/src/kernel/tqguardedptr.h diff --git a/src/kernel/tqimageformatplugin.h b/src/kernel/tqimageformatplugin.h index 6940f18b6..83dbad7f2 100644 --- a/src/kernel/tqimageformatplugin.h +++ b/src/kernel/tqimageformatplugin.h @@ -40,7 +40,7 @@  #define TQIMAGEFORMATPLUGIN_H  #ifndef QT_H -#include "ntqgplugin.h" +#include "tqgplugin.h"  #include "tqstringlist.h"  #endif // QT_H diff --git a/src/kernel/tqlocalfs.cpp b/src/kernel/tqlocalfs.cpp index b6b525c8d..5adc77fb2 100644 --- a/src/kernel/tqlocalfs.cpp +++ b/src/kernel/tqlocalfs.cpp @@ -47,7 +47,7 @@  #include "tqurlinfo.h"  #include "ntqapplication.h"  #include "tqurloperator.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  //#define TQLOCALFS_DEBUG diff --git a/src/kernel/tqobjectdefs.h b/src/kernel/tqobjectdefs.h index ba5e12b88..422299850 100644 --- a/src/kernel/tqobjectdefs.h +++ b/src/kernel/tqobjectdefs.h @@ -42,7 +42,7 @@  #define TQOBJECTDEFS_H  #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #endif // QT_H diff --git a/src/kernel/tqsignal.cpp b/src/kernel/tqsignal.cpp index 22e325031..3be5bb960 100644 --- a/src/kernel/tqsignal.cpp +++ b/src/kernel/tqsignal.cpp @@ -40,7 +40,7 @@  #include "tqsignal.h"  #include "ntqmetaobject.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  /*!      \class TQSignal tqsignal.h diff --git a/src/kernel/tqsimplerichtext.cpp b/src/kernel/tqsimplerichtext.cpp index 2288a5692..eccf9190d 100644 --- a/src/kernel/tqsimplerichtext.cpp +++ b/src/kernel/tqsimplerichtext.cpp @@ -54,7 +54,7 @@ public:      void adjustSize(TQPainter *p = 0);  }; -// Pull this private function in from qglobal.cpp +// Pull this private function in from tqglobal.cpp  extern unsigned int qt_int_sqrt( unsigned int n );  void TQSimpleRichTextData::adjustSize(TQPainter *p) { diff --git a/src/kernel/tqsizepolicy.h b/src/kernel/tqsizepolicy.h index 2c764d33b..f6fac3885 100644 --- a/src/kernel/tqsizepolicy.h +++ b/src/kernel/tqsizepolicy.h @@ -42,7 +42,7 @@  #define TQSIZEPOLICY_H  #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #endif // QT_H  // Documentation is in qabstractlayout.cpp. diff --git a/src/kernel/tqt.h b/src/kernel/tqt.h index 723759d55..665f07b1a 100644 --- a/src/kernel/tqt.h +++ b/src/kernel/tqt.h @@ -22,7 +22,7 @@ Boston, MA 02110-1301, USA.  #ifndef TQT_H  #define TQT_H -#include <ntqglobal.h> +#include <tqglobal.h>  #define Qt TQt diff --git a/src/kernel/tqtextengine_p.h b/src/kernel/tqtextengine_p.h index 608bc06de..d1a467f2b 100644 --- a/src/kernel/tqtextengine_p.h +++ b/src/kernel/tqtextengine_p.h @@ -38,7 +38,7 @@  #define TQTEXTENGINE_P_H  #ifndef QT_H -#include "ntqglobal.h" +#include "tqglobal.h"  #include "tqstring.h"  #include "ntqnamespace.h"  #include <private/tqfontdata_p.h> diff --git a/src/kernel/tqurloperator.cpp b/src/kernel/tqurloperator.cpp index f7705bc2e..d8567e467 100644 --- a/src/kernel/tqurloperator.cpp +++ b/src/kernel/tqurloperator.cpp @@ -47,7 +47,7 @@  #include "tqmap.h"  #include "tqdir.h"  #include "tqptrdict.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  //#define TQURLOPERATOR_DEBUG diff --git a/src/kernel/tqwidget.cpp b/src/kernel/tqwidget.cpp index 0b27e2564..1e9a809cb 100644 --- a/src/kernel/tqwidget.cpp +++ b/src/kernel/tqwidget.cpp @@ -55,7 +55,7 @@  #include "ntqcleanuphandler.h"  #include "tqstyle.h"  #include "ntqmetaobject.h" -#include "ntqguardedptr.h" +#include "tqguardedptr.h"  #if defined(TQT_THREAD_SUPPORT)  #include "tqthread.h"  #endif | 
