From 0881ed5059c46ce73e8241e6260b82b92f6d0e55 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 12:20:38 +0900 Subject: Rename ptr nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- src/kernel/ntqinputcontext.h | 2 +- src/kernel/ntqmime.h | 4 ++-- src/kernel/ntqsignalslotimp.h | 4 ++-- src/kernel/ntqstylesheet.h | 2 +- src/kernel/ntqt.h | 12 ++++++------ src/kernel/ntqurloperator.h | 2 +- src/kernel/qaccel.cpp | 2 +- src/kernel/qaccessible.cpp | 2 +- src/kernel/qapplication.cpp | 2 +- src/kernel/qasyncimageio.cpp | 2 +- src/kernel/qeventloop_glib_p.h | 2 +- src/kernel/qeventloop_p.h | 2 +- src/kernel/qfontengine_p.h | 2 +- src/kernel/qimage.cpp | 2 +- src/kernel/qinternal_p.h | 2 +- src/kernel/qlayout.cpp | 2 +- src/kernel/qmovie.cpp | 2 +- src/kernel/qnetworkprotocol.cpp | 2 +- src/kernel/qpainter.cpp | 4 ++-- src/kernel/qprocess_unix.cpp | 4 ++-- src/kernel/qrichtext.cpp | 4 ++-- src/kernel/qrichtext_p.h | 4 ++-- src/kernel/qsignalmapper.cpp | 2 +- src/kernel/qsound.cpp | 2 +- src/kernel/qsound_x11.cpp | 2 +- src/kernel/qt_pch.h | 2 +- src/kernel/qurloperator.cpp | 2 +- src/kernel/tqobject.cpp | 2 +- src/kernel/tqobjectlist.h | 2 +- src/kernel/tqwidget.cpp | 2 +- src/kernel/tqwidgetlist.h | 2 +- 31 files changed, 42 insertions(+), 42 deletions(-) (limited to 'src/kernel') diff --git a/src/kernel/ntqinputcontext.h b/src/kernel/ntqinputcontext.h index a37c01670..f782c1f7c 100644 --- a/src/kernel/ntqinputcontext.h +++ b/src/kernel/ntqinputcontext.h @@ -43,7 +43,7 @@ #include "ntqglobal.h" #include "ntqevent.h" #include "ntqstring.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #endif class TQWidget; diff --git a/src/kernel/ntqmime.h b/src/kernel/ntqmime.h index 50ed27994..00c31a375 100644 --- a/src/kernel/ntqmime.h +++ b/src/kernel/ntqmime.h @@ -125,7 +125,7 @@ private: #if defined(TQ_WS_WIN) #ifndef QT_H -#include "ntqptrlist.h" // down here for GCC 2.7.* compatibility +#include "tqptrlist.h" // down here for GCC 2.7.* compatibility #endif // QT_H /* @@ -161,7 +161,7 @@ public: #if defined(TQ_WS_MAC) #ifndef QT_H -#include "ntqptrlist.h" // down here for GCC 2.7.* compatibility +#include "tqptrlist.h" // down here for GCC 2.7.* compatibility #endif // QT_H /* diff --git a/src/kernel/ntqsignalslotimp.h b/src/kernel/ntqsignalslotimp.h index 375f8eaa8..80c18b5d2 100644 --- a/src/kernel/ntqsignalslotimp.h +++ b/src/kernel/ntqsignalslotimp.h @@ -43,8 +43,8 @@ #ifndef QT_H #include "ntqconnection.h" -#include "ntqptrlist.h" -#include "ntqptrvector.h" +#include "tqptrlist.h" +#include "tqptrvector.h" #endif // QT_H class TQ_EXPORT TQConnectionList : public TQPtrList diff --git a/src/kernel/ntqstylesheet.h b/src/kernel/ntqstylesheet.h index d11548744..dbf5fd6ef 100644 --- a/src/kernel/ntqstylesheet.h +++ b/src/kernel/ntqstylesheet.h @@ -44,7 +44,7 @@ #ifndef QT_H #include "ntqstring.h" #include "tqvaluelist.h" -#include "ntqptrvector.h" +#include "tqptrvector.h" #include "ntqdict.h" #include "tqobject.h" #endif // QT_H diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index eef4df773..fd10a18b0 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -18,7 +18,7 @@ #include "ntqglobal.h" #include "ntqfeatures.h" #include "ntqshared.h" -#include "ntqptrcollection.h" +#include "tqptrcollection.h" #include "ntqglist.h" #include "tqobjectdefs.h" #include "ntqnamespace.h" @@ -26,7 +26,7 @@ #include "ntqmemarray.h" #include "ntqcstring.h" #include "ntqstring.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqiodevice.h" #include "ntqkeysequence.h" #include "ntqwindowdefs.h" @@ -135,7 +135,7 @@ #include #include #include -#include "ntqptrvector.h" +#include "tqptrvector.h" #include "ntqmutex.h" #include #include @@ -164,10 +164,10 @@ #include #include "ntqprogressbar.h" #include -#include "ntqptrdict.h" +#include "tqptrdict.h" #include -#include -#include +#include +#include #include "ntqstylesheet.h" #include #include diff --git a/src/kernel/ntqurloperator.h b/src/kernel/ntqurloperator.h index 986fb25aa..f290b37f3 100644 --- a/src/kernel/ntqurloperator.h +++ b/src/kernel/ntqurloperator.h @@ -44,7 +44,7 @@ #ifndef QT_H #include "tqobject.h" #include "ntqurl.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqnetworkprotocol.h" #include "ntqstringlist.h" // TQString->TQStringList conversion #endif // QT_H diff --git a/src/kernel/qaccel.cpp b/src/kernel/qaccel.cpp index beb504052..8b37b92ef 100644 --- a/src/kernel/qaccel.cpp +++ b/src/kernel/qaccel.cpp @@ -45,7 +45,7 @@ #include "ntqsignal.h" #include "ntqapplication.h" #include "tqwidget.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqwhatsthis.h" #include "ntqguardedptr.h" #include "ntqstatusbar.h" diff --git a/src/kernel/qaccessible.cpp b/src/kernel/qaccessible.cpp index 8306faa0a..d486607ca 100644 --- a/src/kernel/qaccessible.cpp +++ b/src/kernel/qaccessible.cpp @@ -40,7 +40,7 @@ #if defined(QT_ACCESSIBILITY_SUPPORT) -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqmetaobject.h" #include #include "ntqapplication.h" diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index 39f8abc5a..e5b28642b 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -45,7 +45,7 @@ #include "tqwidget.h" #include "tqwidgetlist.h" #include "tqwidgetintdict.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqcleanuphandler.h" #include "ntqtranslator.h" diff --git a/src/kernel/qasyncimageio.cpp b/src/kernel/qasyncimageio.cpp index 8605c79ad..c89036719 100644 --- a/src/kernel/qasyncimageio.cpp +++ b/src/kernel/qasyncimageio.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_ASYNC_IMAGE_IO -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqgif.h" #include diff --git a/src/kernel/qeventloop_glib_p.h b/src/kernel/qeventloop_glib_p.h index b5dbbada1..f3711b62c 100644 --- a/src/kernel/qeventloop_glib_p.h +++ b/src/kernel/qeventloop_glib_p.h @@ -63,7 +63,7 @@ class TQSocketNotifier; -#include "ntqptrlist.h" +#include "tqptrlist.h" #include diff --git a/src/kernel/qeventloop_p.h b/src/kernel/qeventloop_p.h index d0e00f669..8ab5f954f 100644 --- a/src/kernel/qeventloop_p.h +++ b/src/kernel/qeventloop_p.h @@ -70,7 +70,7 @@ class TQMacSockNotPrivate; #endif #if defined(Q_OS_UNIX) || defined (TQ_WS_WIN) -#include "ntqptrlist.h" +#include "tqptrlist.h" #endif // Q_OS_UNIX || TQ_WS_WIN #if defined(Q_OS_UNIX) diff --git a/src/kernel/qfontengine_p.h b/src/kernel/qfontengine_p.h index 09fa32001..17aa618b6 100644 --- a/src/kernel/qfontengine_p.h +++ b/src/kernel/qfontengine_p.h @@ -43,7 +43,7 @@ #ifdef TQ_WS_WIN #include "qt_windows.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #endif #include "qtextengine_p.h" diff --git a/src/kernel/qimage.cpp b/src/kernel/qimage.cpp index 1097a5f80..3d7c15bfa 100644 --- a/src/kernel/qimage.cpp +++ b/src/kernel/qimage.cpp @@ -44,7 +44,7 @@ #include "ntqdatastream.h" #include "ntqtextstream.h" #include "ntqbuffer.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqasyncimageio.h" #include "ntqpngio.h" #include "ntqmngio.h" diff --git a/src/kernel/qinternal_p.h b/src/kernel/qinternal_p.h index e8142c8f5..6b4139f32 100644 --- a/src/kernel/qinternal_p.h +++ b/src/kernel/qinternal_p.h @@ -55,7 +55,7 @@ #ifndef QT_H #include "ntqnamespace.h" #include "ntqrect.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqcstring.h" #include "ntqiodevice.h" #endif // QT_H diff --git a/src/kernel/qlayout.cpp b/src/kernel/qlayout.cpp index 229a9ed7d..6fd85c407 100644 --- a/src/kernel/qlayout.cpp +++ b/src/kernel/qlayout.cpp @@ -44,7 +44,7 @@ #include "ntqapplication.h" #include "tqwidget.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqsizepolicy.h" #include "qlayoutengine_p.h" diff --git a/src/kernel/qmovie.cpp b/src/kernel/qmovie.cpp index 2f83cabff..cccfff435 100644 --- a/src/kernel/qmovie.cpp +++ b/src/kernel/qmovie.cpp @@ -42,7 +42,7 @@ #include "ntqtimer.h" #include "ntqpainter.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqbitmap.h" #include "ntqmovie.h" #include "ntqfile.h" diff --git a/src/kernel/qnetworkprotocol.cpp b/src/kernel/qnetworkprotocol.cpp index b8ad2b55d..8d7ff8f1a 100644 --- a/src/kernel/qnetworkprotocol.cpp +++ b/src/kernel/qnetworkprotocol.cpp @@ -46,7 +46,7 @@ #include "ntqurloperator.h" #include "ntqtimer.h" #include "tqmap.h" -#include "ntqptrqueue.h" +#include "tqptrqueue.h" //#define TQNETWORKPROTOCOL_DEBUG #define NETWORK_OP_DELAY 1000 diff --git a/src/kernel/qpainter.cpp b/src/kernel/qpainter.cpp index 3e3574dff..da78db89f 100644 --- a/src/kernel/qpainter.cpp +++ b/src/kernel/qpainter.cpp @@ -41,8 +41,8 @@ #include "ntqpainter.h" #include "qpainter_p.h" #include "ntqbitmap.h" -#include "ntqptrstack.h" -#include "ntqptrdict.h" +#include "tqptrstack.h" +#include "tqptrdict.h" #include "ntqdatastream.h" #include "tqwidget.h" #include "ntqimage.h" diff --git a/src/kernel/qprocess_unix.cpp b/src/kernel/qprocess_unix.cpp index 6d0f27abf..87f76848d 100644 --- a/src/kernel/qprocess_unix.cpp +++ b/src/kernel/qprocess_unix.cpp @@ -50,8 +50,8 @@ #ifndef TQT_NO_PROCESS #include "ntqapplication.h" -#include "ntqptrqueue.h" -#include "ntqptrlist.h" +#include "tqptrqueue.h" +#include "tqptrlist.h" #include "ntqsocketnotifier.h" #include "ntqtimer.h" #include "ntqcleanuphandler.h" diff --git a/src/kernel/qrichtext.cpp b/src/kernel/qrichtext.cpp index a2ab4d0e0..a74433d47 100644 --- a/src/kernel/qrichtext.cpp +++ b/src/kernel/qrichtext.cpp @@ -58,8 +58,8 @@ #include "ntqpainter.h" #include "ntqdrawutil.h" #include "ntqcursor.h" -#include "ntqptrstack.h" -#include "ntqptrdict.h" +#include "tqptrstack.h" +#include "tqptrdict.h" #include "ntqstyle.h" #include "ntqcleanuphandler.h" #include "qtextengine_p.h" diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h index 874e61557..1d0c7627c 100644 --- a/src/kernel/qrichtext_p.h +++ b/src/kernel/qrichtext_p.h @@ -55,7 +55,7 @@ #ifndef QT_H #include "ntqstring.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqrect.h" #include "ntqfontmetrics.h" #include "ntqintdict.h" @@ -70,7 +70,7 @@ #include "ntqdict.h" #include "ntqpixmap.h" #include "ntqstylesheet.h" -#include "ntqptrvector.h" +#include "tqptrvector.h" #include "ntqpainter.h" #include "ntqlayout.h" #include "tqobject.h" diff --git a/src/kernel/qsignalmapper.cpp b/src/kernel/qsignalmapper.cpp index 8efd27371..aff53a3c2 100644 --- a/src/kernel/qsignalmapper.cpp +++ b/src/kernel/qsignalmapper.cpp @@ -40,7 +40,7 @@ #include "ntqsignalmapper.h" #ifndef TQT_NO_SIGNALMAPPER -#include "ntqptrdict.h" +#include "tqptrdict.h" struct TQSignalMapperRec { TQSignalMapperRec() diff --git a/src/kernel/qsound.cpp b/src/kernel/qsound.cpp index 98d210427..adfdf84ee 100644 --- a/src/kernel/qsound.cpp +++ b/src/kernel/qsound.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_SOUND -#include "ntqptrlist.h" +#include "tqptrlist.h" static TQPtrList *servers=0; diff --git a/src/kernel/qsound_x11.cpp b/src/kernel/qsound_x11.cpp index 2eaf0b46b..11d34e476 100644 --- a/src/kernel/qsound_x11.cpp +++ b/src/kernel/qsound_x11.cpp @@ -42,7 +42,7 @@ #ifndef TQT_NO_SOUND -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqsocketnotifier.h" #include "ntqapplication.h" diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h index 3e5224ae6..54b968234 100644 --- a/src/kernel/qt_pch.h +++ b/src/kernel/qt_pch.h @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/kernel/qurloperator.cpp b/src/kernel/qurloperator.cpp index e5b84ca51..5dc39e29c 100644 --- a/src/kernel/qurloperator.cpp +++ b/src/kernel/qurloperator.cpp @@ -46,7 +46,7 @@ #include "ntqnetworkprotocol.h" #include "tqmap.h" #include "ntqdir.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqguardedptr.h" //#define TQURLOPERATOR_DEBUG diff --git a/src/kernel/tqobject.cpp b/src/kernel/tqobject.cpp index d66f8cf16..b87fd8d07 100644 --- a/src/kernel/tqobject.cpp +++ b/src/kernel/tqobject.cpp @@ -47,7 +47,7 @@ #include "ntqmetaobject.h" #include #include "qucomextra_p.h" -#include "ntqptrvector.h" +#include "tqptrvector.h" // TQStyleControlElementData #include "ntqstyle.h" diff --git a/src/kernel/tqobjectlist.h b/src/kernel/tqobjectlist.h index 830a32e33..c7a965444 100644 --- a/src/kernel/tqobjectlist.h +++ b/src/kernel/tqobjectlist.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "tqobject.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #endif // QT_H diff --git a/src/kernel/tqwidget.cpp b/src/kernel/tqwidget.cpp index 9345c31e4..118429a11 100644 --- a/src/kernel/tqwidget.cpp +++ b/src/kernel/tqwidget.cpp @@ -43,7 +43,7 @@ #include "tqwidget.h" #include "tqwidgetlist.h" #include "tqwidgetintdict.h" -#include "ntqptrdict.h" +#include "tqptrdict.h" #include "ntqfocusdata.h" #include "ntqcursor.h" #include "ntqpixmap.h" diff --git a/src/kernel/tqwidgetlist.h b/src/kernel/tqwidgetlist.h index bcd7637cf..fe03669c7 100644 --- a/src/kernel/tqwidgetlist.h +++ b/src/kernel/tqwidgetlist.h @@ -43,7 +43,7 @@ #ifndef QT_H #include "tqwidget.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #endif // QT_H class TQ_EXPORT TQWidgetList : public TQPtrList -- cgit v1.2.1