summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /src/kernel
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/ntqaccessible.h2
-rw-r--r--src/kernel/ntqapplication.h2
-rw-r--r--src/kernel/ntqnetworkprotocol.h2
-rw-r--r--src/kernel/ntqpointarray.h2
-rw-r--r--src/kernel/ntqt.h22
-rw-r--r--src/kernel/qapplication_x11.cpp4
-rw-r--r--src/kernel/qclipboard_x11.cpp2
-rw-r--r--src/kernel/qcolor_x11.cpp2
-rw-r--r--src/kernel/qcursor.cpp2
-rw-r--r--src/kernel/qcursor_x11.cpp2
-rw-r--r--src/kernel/qdnd_x11.cpp6
-rw-r--r--src/kernel/qdrawutil.cpp2
-rw-r--r--src/kernel/qeventloop_unix.cpp2
-rw-r--r--src/kernel/qeventloop_unix_glib.cpp2
-rw-r--r--src/kernel/qeventloop_x11.cpp2
-rw-r--r--src/kernel/qeventloop_x11_glib.cpp2
-rw-r--r--src/kernel/qfont.cpp4
-rw-r--r--src/kernel/qfontengine_p.h2
-rw-r--r--src/kernel/qfontengine_x11.cpp4
-rw-r--r--src/kernel/qinputcontext_p.h2
-rw-r--r--src/kernel/qinternal_p.h2
-rw-r--r--src/kernel/qkeysequence.cpp2
-rw-r--r--src/kernel/qmetaobject.cpp2
-rw-r--r--src/kernel/qmovie.cpp2
-rw-r--r--src/kernel/qpaintdevice_x11.cpp2
-rw-r--r--src/kernel/qpainter.cpp4
-rw-r--r--src/kernel/qpainter_x11.cpp2
-rw-r--r--src/kernel/qpixmap.cpp2
-rw-r--r--src/kernel/qpixmap_x11.cpp2
-rw-r--r--src/kernel/qpixmapcache.cpp2
-rw-r--r--src/kernel/qprocess_unix.cpp2
-rw-r--r--src/kernel/qpsprinter.cpp10
-rw-r--r--src/kernel/qregion_x11.cpp2
-rw-r--r--src/kernel/qrichtext.cpp2
-rw-r--r--src/kernel/qrichtext_p.h4
-rw-r--r--src/kernel/qt_kernel.pri4
-rw-r--r--src/kernel/qt_pch.h2
-rw-r--r--src/kernel/qtranslator.cpp2
-rw-r--r--src/kernel/qvariant.cpp6
-rw-r--r--src/kernel/tqbitmap.cpp (renamed from src/kernel/qbitmap.cpp)4
-rw-r--r--src/kernel/tqbitmap.h (renamed from src/kernel/ntqbitmap.h)0
-rw-r--r--src/kernel/tqdragobject.cpp2
-rw-r--r--src/kernel/tqiconset.cpp2
-rw-r--r--src/kernel/tqimage.cpp4
-rw-r--r--src/kernel/tqobject.cpp2
-rw-r--r--src/kernel/tqobjectdict.h2
-rw-r--r--src/kernel/tqstyle.cpp2
-rw-r--r--src/kernel/tqstylesheet.h2
-rw-r--r--src/kernel/tqttdeintegration_x11.cpp2
-rw-r--r--src/kernel/tqwidget_x11.cpp2
-rw-r--r--src/kernel/tqwidgetintdict.h2
51 files changed, 76 insertions, 76 deletions
diff --git a/src/kernel/ntqaccessible.h b/src/kernel/ntqaccessible.h
index 39f68ee3..2d0302a9 100644
--- a/src/kernel/ntqaccessible.h
+++ b/src/kernel/ntqaccessible.h
@@ -44,7 +44,7 @@
#include <private/qcom_p.h>
#include "ntqrect.h"
#include "ntqguardedptr.h"
-#include "ntqmemarray.h"
+#include "tqmemarray.h"
#endif // QT_H
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/kernel/ntqapplication.h b/src/kernel/ntqapplication.h
index 9f4c7938..3568ad45 100644
--- a/src/kernel/ntqapplication.h
+++ b/src/kernel/ntqapplication.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqdesktopwidget.h"
-#include "ntqasciidict.h"
+#include "tqasciidict.h"
#include "ntqpalette.h"
#include "ntqtranslator.h"
#include "tqstrlist.h"
diff --git a/src/kernel/ntqnetworkprotocol.h b/src/kernel/ntqnetworkprotocol.h
index f41d14c4..55c7436d 100644
--- a/src/kernel/ntqnetworkprotocol.h
+++ b/src/kernel/ntqnetworkprotocol.h
@@ -44,7 +44,7 @@
#ifndef QT_H
#include "ntqurlinfo.h"
#include "tqstring.h"
-#include "ntqdict.h"
+#include "tqdict.h"
#include "tqobject.h"
#endif // QT_H
diff --git a/src/kernel/ntqpointarray.h b/src/kernel/ntqpointarray.h
index bd7b50fb..515935ac 100644
--- a/src/kernel/ntqpointarray.h
+++ b/src/kernel/ntqpointarray.h
@@ -42,7 +42,7 @@
#define TQPOINTARRAY_H
#ifndef QT_H
-#include "ntqmemarray.h"
+#include "tqmemarray.h"
#include "ntqpoint.h"
#endif // QT_H
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h
index 778a0a93..e9b0343a 100644
--- a/src/kernel/ntqt.h
+++ b/src/kernel/ntqt.h
@@ -23,8 +23,8 @@
#include "tqobjectdefs.h"
#include "ntqnamespace.h"
#include "ntqgarray.h"
-#include "ntqmemarray.h"
-#include "ntqcstring.h"
+#include "tqmemarray.h"
+#include "tqcstring.h"
#include "tqstring.h"
#include "tqptrlist.h"
#include "ntqiodevice.h"
@@ -42,7 +42,7 @@
#include "ntqtl.h"
#include "tqsize.h"
#include "ntqrect.h"
-#include "ntqbitarray.h"
+#include "tqbitarray.h"
#include "ntqregion.h"
#include "tqsql.h"
#include "tqstrlist.h"
@@ -50,10 +50,10 @@
#include "tqmap.h"
#include "tqdatetime.h"
#include "tqmime.h"
-#include "ntqasciidict.h"
+#include "tqasciidict.h"
#include "ntqpaintdevice.h"
#include "ntqfontmetrics.h"
-#include "ntqdict.h"
+#include "tqdict.h"
#include "ntqevent.h"
#include "ntqhostaddress.h"
#include "tqstringlist.h"
@@ -89,7 +89,7 @@
#include "ntqgcache.h"
#include <ntqgif.h>
#include <ntqglcolormap.h>
-#include <ntqcache.h>
+#include <tqcache.h>
#include <tqdropsite.h>
#include "ntqgplugin.h"
#include <ntqgrid.h>
@@ -108,8 +108,8 @@
#include "tqimage.h"
#include <tqimageformatplugin.h>
#include "ntqlineedit.h"
-#include <ntqintcache.h>
-#include "ntqintdict.h"
+#include <tqintcache.h>
+#include "tqintdict.h"
#include "ntqmotifstyle.h"
#include "ntqpicture.h"
#include <tqjiscodec.h>
@@ -126,7 +126,7 @@
#include "ntqdir.h"
#include "ntqwindowsstyle.h"
#include "ntqconnection.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqvariant.h"
#include "ntqsignal.h"
#include <ntqmessagebox.h>
@@ -163,7 +163,7 @@
#include <ntqprinter.h>
#include <ntqprocess.h>
#include "ntqprogressbar.h"
-#include <ntqasciicache.h>
+#include <tqasciicache.h>
#include "tqptrdict.h"
#include <ntqcleanuphandler.h>
#include <tqptrqueue.h>
@@ -173,7 +173,7 @@
#include <ntqradiobutton.h>
#include <ntqdial.h>
#include <ntqdockarea.h>
-#include "ntqregexp.h"
+#include "tqregexp.h"
#include <ntqclipboard.h>
#include <tqhebrewcodec.h>
#include <ntqlistbox.h>
diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp
index c2b64a63..47524c6a 100644
--- a/src/kernel/qapplication_x11.cpp
+++ b/src/kernel/qapplication_x11.cpp
@@ -70,7 +70,7 @@
#include "tqobjectlist.h"
#include "tqwidgetlist.h"
#include "tqwidgetintdict.h"
-#include "ntqbitarray.h"
+#include "tqbitarray.h"
#include "ntqpainter.h"
#include "ntqpixmapcache.h"
#include "tqdatetime.h"
@@ -80,7 +80,7 @@
#include "ntqsocketnotifier.h"
#include "tqsessionmanager.h"
#include "tqvaluelist.h"
-#include "ntqdict.h"
+#include "tqdict.h"
#include "ntqguardedptr.h"
#include "ntqclipboard.h"
#include "ntqwhatsthis.h" // ######## dependency
diff --git a/src/kernel/qclipboard_x11.cpp b/src/kernel/qclipboard_x11.cpp
index e8eeac84..056b3de9 100644
--- a/src/kernel/qclipboard_x11.cpp
+++ b/src/kernel/qclipboard_x11.cpp
@@ -66,7 +66,7 @@
#include "ntqapplication.h"
#include "ntqeventloop.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "tqdatetime.h"
#include "tqdragobject.h"
#include "ntqbuffer.h"
diff --git a/src/kernel/qcolor_x11.cpp b/src/kernel/qcolor_x11.cpp
index 8f02bcde..b223222a 100644
--- a/src/kernel/qcolor_x11.cpp
+++ b/src/kernel/qcolor_x11.cpp
@@ -58,7 +58,7 @@
this TQt application.
*****************************************************************************/
-#include "ntqintdict.h"
+#include "tqintdict.h"
struct TQColorData {
uint pix; // allocated pixel value
diff --git a/src/kernel/qcursor.cpp b/src/kernel/qcursor.cpp
index d6b73646..7d1b0a16 100644
--- a/src/kernel/qcursor.cpp
+++ b/src/kernel/qcursor.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_CURSOR
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "tqimage.h"
#include "ntqdatastream.h"
diff --git a/src/kernel/qcursor_x11.cpp b/src/kernel/qcursor_x11.cpp
index 8cf9f6dd..f7a07361 100644
--- a/src/kernel/qcursor_x11.cpp
+++ b/src/kernel/qcursor_x11.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "ntqcursor.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "tqimage.h"
#include "ntqapplication.h"
#include "ntqdatastream.h"
diff --git a/src/kernel/qdnd_x11.cpp b/src/kernel/qdnd_x11.cpp
index dc4b9678..0a51b9f2 100644
--- a/src/kernel/qdnd_x11.cpp
+++ b/src/kernel/qdnd_x11.cpp
@@ -45,14 +45,14 @@
#ifndef TQT_NO_DRAGANDDROP
#include "tqwidget.h"
-#include "ntqintdict.h"
+#include "tqintdict.h"
#include "tqdatetime.h"
-#include "ntqdict.h"
+#include "tqdict.h"
#include "ntqguardedptr.h"
#include "tqdragobject.h"
#include "tqobjectlist.h"
#include "ntqcursor.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqpainter.h"
#include "qt_x11_p.h"
diff --git a/src/kernel/qdrawutil.cpp b/src/kernel/qdrawutil.cpp
index 0ac5bde3..c98ef3dc 100644
--- a/src/kernel/qdrawutil.cpp
+++ b/src/kernel/qdrawutil.cpp
@@ -40,7 +40,7 @@
#include "ntqdrawutil.h"
#ifndef TQT_NO_DRAWUTIL
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqpixmapcache.h"
#include "ntqapplication.h"
#include "ntqpainter.h"
diff --git a/src/kernel/qeventloop_unix.cpp b/src/kernel/qeventloop_unix.cpp
index 89e31da8..2f71b4c0 100644
--- a/src/kernel/qeventloop_unix.cpp
+++ b/src/kernel/qeventloop_unix.cpp
@@ -39,7 +39,7 @@
#include "qeventloop_p.h" // includes qplatformdefs.h
#include "ntqeventloop.h"
#include "ntqapplication.h"
-#include "ntqbitarray.h"
+#include "tqbitarray.h"
#include "tqmutex.h"
#include <stdlib.h>
#include <sys/types.h>
diff --git a/src/kernel/qeventloop_unix_glib.cpp b/src/kernel/qeventloop_unix_glib.cpp
index 5d43a6ef..11cb9ad9 100644
--- a/src/kernel/qeventloop_unix_glib.cpp
+++ b/src/kernel/qeventloop_unix_glib.cpp
@@ -39,7 +39,7 @@
#include "qeventloop_glib_p.h" // includes qplatformdefs.h
#include "ntqeventloop.h"
#include "ntqapplication.h"
-#include "ntqbitarray.h"
+#include "tqbitarray.h"
#include "tqmutex.h"
#if defined(TQT_THREAD_SUPPORT)
diff --git a/src/kernel/qeventloop_x11.cpp b/src/kernel/qeventloop_x11.cpp
index 6905bac2..bb6f343c 100644
--- a/src/kernel/qeventloop_x11.cpp
+++ b/src/kernel/qeventloop_x11.cpp
@@ -39,7 +39,7 @@
#include "qeventloop_p.h" // includes qplatformdefs.h
#include "ntqeventloop.h"
#include "ntqapplication.h"
-#include "ntqbitarray.h"
+#include "tqbitarray.h"
#include "qcolor_p.h"
#include "qt_x11_p.h"
diff --git a/src/kernel/qeventloop_x11_glib.cpp b/src/kernel/qeventloop_x11_glib.cpp
index b152d6a3..e000b0ef 100644
--- a/src/kernel/qeventloop_x11_glib.cpp
+++ b/src/kernel/qeventloop_x11_glib.cpp
@@ -42,7 +42,7 @@
#include "qeventloop_glib_p.h" // includes qplatformdefs.h
#include "ntqeventloop.h"
#include "ntqapplication.h"
-#include "ntqbitarray.h"
+#include "tqbitarray.h"
#include "qcolor_p.h"
#include "qt_x11_p.h"
diff --git a/src/kernel/qfont.cpp b/src/kernel/qfont.cpp
index 1ad9ccf9..99f1dba7 100644
--- a/src/kernel/qfont.cpp
+++ b/src/kernel/qfont.cpp
@@ -45,8 +45,8 @@
#include "ntqfontmetrics.h"
#include "ntqfontinfo.h"
#include "ntqpainter.h"
-#include "ntqdict.h"
-#include "ntqcache.h"
+#include "tqdict.h"
+#include "tqcache.h"
#include "ntqdatastream.h"
#include "ntqapplication.h"
#include "ntqcleanuphandler.h"
diff --git a/src/kernel/qfontengine_p.h b/src/kernel/qfontengine_p.h
index 7d0db28c..3dba677c 100644
--- a/src/kernel/qfontengine_p.h
+++ b/src/kernel/qfontengine_p.h
@@ -462,7 +462,7 @@ private:
#elif defined( TQ_WS_MAC )
#include "qt_mac.h"
#include <tqmap.h>
-#include <ntqcache.h>
+#include <tqcache.h>
class TQFontEngineMac : public TQFontEngine
{
diff --git a/src/kernel/qfontengine_x11.cpp b/src/kernel/qfontengine_x11.cpp
index 54bedb33..0a8164d4 100644
--- a/src/kernel/qfontengine_x11.cpp
+++ b/src/kernel/qfontengine_x11.cpp
@@ -41,10 +41,10 @@
// #define FONTENGINE_DEBUG
#include <tqwidget.h>
-#include <ntqcstring.h>
+#include <tqcstring.h>
#include <tqtextcodec.h>
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqfontdatabase.h"
#include "ntqpaintdevice.h"
#include "ntqpaintdevicemetrics.h"
diff --git a/src/kernel/qinputcontext_p.h b/src/kernel/qinputcontext_p.h
index 98466003..0e0f8da0 100644
--- a/src/kernel/qinputcontext_p.h
+++ b/src/kernel/qinputcontext_p.h
@@ -61,7 +61,7 @@ class TQString;
#ifdef TQ_WS_X11
-#include "ntqmemarray.h"
+#include "tqmemarray.h"
#include "ntqwindowdefs.h"
#include "qt_x11_p.h"
#endif
diff --git a/src/kernel/qinternal_p.h b/src/kernel/qinternal_p.h
index 6b4139f3..837c8142 100644
--- a/src/kernel/qinternal_p.h
+++ b/src/kernel/qinternal_p.h
@@ -56,7 +56,7 @@
#include "ntqnamespace.h"
#include "ntqrect.h"
#include "tqptrlist.h"
-#include "ntqcstring.h"
+#include "tqcstring.h"
#include "ntqiodevice.h"
#endif // QT_H
diff --git a/src/kernel/qkeysequence.cpp b/src/kernel/qkeysequence.cpp
index add0df9e..a1bf4983 100644
--- a/src/kernel/qkeysequence.cpp
+++ b/src/kernel/qkeysequence.cpp
@@ -46,7 +46,7 @@
#include "ntqshared.h"
#include "tqvaluelist.h"
#ifndef TQT_NO_REGEXP
-# include "ntqregexp.h"
+# include "tqregexp.h"
#endif
#ifdef TQ_WS_MAC
diff --git a/src/kernel/qmetaobject.cpp b/src/kernel/qmetaobject.cpp
index 624c025d..ae74503c 100644
--- a/src/kernel/qmetaobject.cpp
+++ b/src/kernel/qmetaobject.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "ntqmetaobject.h"
-#include "ntqasciidict.h"
+#include "tqasciidict.h"
#ifdef TQT_THREAD_SUPPORT
#include <private/tqmutexpool_p.h>
diff --git a/src/kernel/qmovie.cpp b/src/kernel/qmovie.cpp
index 7be71972..ea6f9994 100644
--- a/src/kernel/qmovie.cpp
+++ b/src/kernel/qmovie.cpp
@@ -43,7 +43,7 @@
#include "tqtimer.h"
#include "ntqpainter.h"
#include "tqptrlist.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqmovie.h"
#include "ntqfile.h"
#include "ntqbuffer.h"
diff --git a/src/kernel/qpaintdevice_x11.cpp b/src/kernel/qpaintdevice_x11.cpp
index 1a01803a..d40d09ba 100644
--- a/src/kernel/qpaintdevice_x11.cpp
+++ b/src/kernel/qpaintdevice_x11.cpp
@@ -42,7 +42,7 @@
#include "ntqpaintdevicemetrics.h"
#include "ntqpainter.h"
#include "tqwidget.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqapplication.h"
#include "qt_x11_p.h"
diff --git a/src/kernel/qpainter.cpp b/src/kernel/qpainter.cpp
index 47d2af11..731708b7 100644
--- a/src/kernel/qpainter.cpp
+++ b/src/kernel/qpainter.cpp
@@ -40,7 +40,7 @@
#include "ntqpainter.h"
#include "qpainter_p.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "tqptrstack.h"
#include "tqptrdict.h"
#include "ntqdatastream.h"
@@ -49,7 +49,7 @@
#include "ntqpaintdevicemetrics.h"
#include "ntqapplication.h"
#include "qrichtext_p.h"
-#include "ntqregexp.h"
+#include "tqregexp.h"
#include "ntqcleanuphandler.h"
#include <string.h>
diff --git a/src/kernel/qpainter_x11.cpp b/src/kernel/qpainter_x11.cpp
index 0e72d64d..f8de8c9a 100644
--- a/src/kernel/qpainter_x11.cpp
+++ b/src/kernel/qpainter_x11.cpp
@@ -43,7 +43,7 @@
#include "ntqfont.h"
#include "ntqpainter.h"
#include "tqwidget.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqpixmapcache.h"
#include "tqtextcodec.h"
#include "ntqpaintdevicemetrics.h"
diff --git a/src/kernel/qpixmap.cpp b/src/kernel/qpixmap.cpp
index 9ac10d30..33fca8ff 100644
--- a/src/kernel/qpixmap.cpp
+++ b/src/kernel/qpixmap.cpp
@@ -40,7 +40,7 @@
#include "ntqpixmap.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "tqimage.h"
#include "tqwidget.h"
#include "ntqpainter.h"
diff --git a/src/kernel/qpixmap_x11.cpp b/src/kernel/qpixmap_x11.cpp
index b40247af..1ddb18e0 100644
--- a/src/kernel/qpixmap_x11.cpp
+++ b/src/kernel/qpixmap_x11.cpp
@@ -67,7 +67,7 @@
#undef QT_MITSHM_XFORM
#endif
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqpaintdevicemetrics.h"
#include "tqimage.h"
#include "ntqwmatrix.h"
diff --git a/src/kernel/qpixmapcache.cpp b/src/kernel/qpixmapcache.cpp
index 16a7c5ed..9eb09466 100644
--- a/src/kernel/qpixmapcache.cpp
+++ b/src/kernel/qpixmapcache.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "ntqpixmapcache.h"
-#include "ntqcache.h"
+#include "tqcache.h"
#include "tqobject.h"
#include "ntqcleanuphandler.h"
diff --git a/src/kernel/qprocess_unix.cpp b/src/kernel/qprocess_unix.cpp
index 0e5a2299..a8ed9e4d 100644
--- a/src/kernel/qprocess_unix.cpp
+++ b/src/kernel/qprocess_unix.cpp
@@ -55,7 +55,7 @@
#include "ntqsocketnotifier.h"
#include "tqtimer.h"
#include "ntqcleanuphandler.h"
-#include "ntqregexp.h"
+#include "tqregexp.h"
#include "private/qinternal_p.h"
#include <stdlib.h>
diff --git a/src/kernel/qpsprinter.cpp b/src/kernel/qpsprinter.cpp
index c9ce2ea7..b70e809d 100644
--- a/src/kernel/qpsprinter.cpp
+++ b/src/kernel/qpsprinter.cpp
@@ -62,17 +62,17 @@
#include "tqimage.h"
#include "tqdatetime.h"
#include "tqstring.h"
-#include "ntqdict.h"
-#include "ntqmemarray.h"
+#include "tqdict.h"
+#include "tqmemarray.h"
#include "ntqfile.h"
#include "ntqbuffer.h"
-#include "ntqintdict.h"
+#include "tqintdict.h"
#include "tqtextcodec.h"
#include "ntqsettings.h"
#include "tqmap.h"
#include "ntqfontdatabase.h"
-#include "ntqregexp.h"
-#include "ntqbitmap.h"
+#include "tqregexp.h"
+#include "tqbitmap.h"
#include <private/qunicodetables_p.h>
#if defined(Q_OS_WIN32)
diff --git a/src/kernel/qregion_x11.cpp b/src/kernel/qregion_x11.cpp
index 30d0fe9c..55a7d838 100644
--- a/src/kernel/qregion_x11.cpp
+++ b/src/kernel/qregion_x11.cpp
@@ -42,7 +42,7 @@
#include "ntqpointarray.h"
#include "ntqbuffer.h"
#include "tqimage.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "qt_x11_p.h"
#include <stdlib.h>
diff --git a/src/kernel/qrichtext.cpp b/src/kernel/qrichtext.cpp
index a1dfd671..0228a58f 100644
--- a/src/kernel/qrichtext.cpp
+++ b/src/kernel/qrichtext.cpp
@@ -6694,7 +6694,7 @@ void TQTextImage::adjustToPainter( TQPainter* p )
}
#if !defined(TQ_WS_X11)
-#include <ntqbitmap.h>
+#include <tqbitmap.h>
#include <ntqcleanuphandler.h>
static TQPixmap *qrt_selection = 0;
static TQSingleCleanupHandler<TQPixmap> qrt_cleanup_pixmap;
diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h
index c8c68360..e9422ec1 100644
--- a/src/kernel/qrichtext_p.h
+++ b/src/kernel/qrichtext_p.h
@@ -58,7 +58,7 @@
#include "tqptrlist.h"
#include "ntqrect.h"
#include "ntqfontmetrics.h"
-#include "ntqintdict.h"
+#include "tqintdict.h"
#include "tqmap.h"
#include "tqstringlist.h"
#include "ntqfont.h"
@@ -67,7 +67,7 @@
#include "tqvaluelist.h"
#include "tqvaluestack.h"
#include "tqobject.h"
-#include "ntqdict.h"
+#include "tqdict.h"
#include "ntqpixmap.h"
#include "tqstylesheet.h"
#include "tqptrvector.h"
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index 6a6cce7e..eca64009 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -9,7 +9,7 @@ kernel {
$$KERNEL_P/qapplication_p.h \
$$KERNEL_H/ntqasyncimageio.h \
$$KERNEL_H/ntqasyncio.h \
- $$KERNEL_H/ntqbitmap.h \
+ $$KERNEL_H/tqbitmap.h \
$$KERNEL_H/ntqbrush.h \
$$KERNEL_H/ntqclipboard.h \
$$KERNEL_H/ntqcolor.h \
@@ -199,7 +199,7 @@ kernel {
$$KERNEL_CPP/qapplication.cpp \
$$KERNEL_CPP/qasyncimageio.cpp \
$$KERNEL_CPP/qasyncio.cpp \
- $$KERNEL_CPP/qbitmap.cpp \
+ $$KERNEL_CPP/tqbitmap.cpp \
$$KERNEL_CPP/qclipboard.cpp \
$$KERNEL_CPP/qcolor.cpp \
$$KERNEL_CPP/qcolor_p.cpp \
diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h
index aff826dc..8222ec59 100644
--- a/src/kernel/qt_pch.h
+++ b/src/kernel/qt_pch.h
@@ -24,7 +24,7 @@
#include <tqmap.h> // I must be first!
#include <private/qucomextra_p.h> // All moc genereated code has this include
#include <ntqapplication.h>
-#include <ntqbitmap.h>
+#include <tqbitmap.h>
#include <ntqcursor.h>
#include <tqdatetime.h>
#include <ntqglobal.h>
diff --git a/src/kernel/qtranslator.cpp b/src/kernel/qtranslator.cpp
index ce01453f..42c741e8 100644
--- a/src/kernel/qtranslator.cpp
+++ b/src/kernel/qtranslator.cpp
@@ -58,7 +58,7 @@ static inline int qt_open(const char *pathname, int flags, mode_t mode)
#include "ntqfileinfo.h"
#include "tqwidgetlist.h"
-#include "ntqintdict.h"
+#include "tqintdict.h"
#include "tqstring.h"
#include "ntqapplication.h"
#include "ntqfile.h"
diff --git a/src/kernel/qvariant.cpp b/src/kernel/qvariant.cpp
index 0b2cd0f3..1de08c38 100644
--- a/src/kernel/qvariant.cpp
+++ b/src/kernel/qvariant.cpp
@@ -43,7 +43,7 @@
#include "ntqvariant.h"
#ifndef TQT_NO_VARIANT
#include "tqstring.h"
-#include "ntqcstring.h"
+#include "tqcstring.h"
#include "ntqfont.h"
#include "ntqpixmap.h"
#include "tqimage.h"
@@ -57,12 +57,12 @@
#include "ntqdatastream.h"
#include "ntqregion.h"
#include "ntqpointarray.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqcursor.h"
#include "tqdatetime.h"
#include "tqsizepolicy.h"
#include "ntqshared.h"
-#include "ntqbitarray.h"
+#include "tqbitarray.h"
#include "ntqkeysequence.h"
#include "ntqpen.h"
diff --git a/src/kernel/qbitmap.cpp b/src/kernel/tqbitmap.cpp
index 3c64c22b..c23116d0 100644
--- a/src/kernel/qbitmap.cpp
+++ b/src/kernel/tqbitmap.cpp
@@ -38,12 +38,12 @@
**
**********************************************************************/
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "tqimage.h"
/*!
- \class TQBitmap ntqbitmap.h
+ \class TQBitmap tqbitmap.h
\brief The TQBitmap class provides monochrome (1-bit depth) pixmaps.
\ingroup graphics
diff --git a/src/kernel/ntqbitmap.h b/src/kernel/tqbitmap.h
index 22307b55..22307b55 100644
--- a/src/kernel/ntqbitmap.h
+++ b/src/kernel/tqbitmap.h
diff --git a/src/kernel/tqdragobject.cpp b/src/kernel/tqdragobject.cpp
index 77e72647..68678e7d 100644
--- a/src/kernel/tqdragobject.cpp
+++ b/src/kernel/tqdragobject.cpp
@@ -52,7 +52,7 @@
#include "tqwidget.h"
#include "ntqbuffer.h"
#include "ntqgif.h"
-#include "ntqregexp.h"
+#include "tqregexp.h"
#include "ntqdir.h"
#include <ctype.h>
diff --git a/src/kernel/tqiconset.cpp b/src/kernel/tqiconset.cpp
index 6bbf4c17..f3e8ac12 100644
--- a/src/kernel/tqiconset.cpp
+++ b/src/kernel/tqiconset.cpp
@@ -43,7 +43,7 @@
#ifndef TQT_NO_ICONSET
#include "ntqapplication.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqcleanuphandler.h"
#include "tqimage.h"
#include "ntqpainter.h"
diff --git a/src/kernel/tqimage.cpp b/src/kernel/tqimage.cpp
index d7bc30d4..5f45e2fd 100644
--- a/src/kernel/tqimage.cpp
+++ b/src/kernel/tqimage.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "tqimage.h"
-#include "ntqregexp.h"
+#include "tqregexp.h"
#include "ntqfile.h"
#include "ntqdatastream.h"
#include "tqtextstream.h"
@@ -3878,7 +3878,7 @@ static TQImageHandler *get_image_handler( const char *format )
/*!
Defines an image I/O handler for the image format called \a
- format, which is recognized using the \link ntqregexp.html#details
+ format, which is recognized using the \link tqregexp.html#details
regular expression\endlink \a header, read using \a readImage and
written using \a writeImage.
diff --git a/src/kernel/tqobject.cpp b/src/kernel/tqobject.cpp
index 3923b46d..293f374e 100644
--- a/src/kernel/tqobject.cpp
+++ b/src/kernel/tqobject.cpp
@@ -43,7 +43,7 @@
#include "tqobject.h"
#include "tqobjectlist.h"
#include "ntqsignalslotimp.h"
-#include "ntqregexp.h"
+#include "tqregexp.h"
#include "ntqmetaobject.h"
#include <private/qucom_p.h>
#include "qucomextra_p.h"
diff --git a/src/kernel/tqobjectdict.h b/src/kernel/tqobjectdict.h
index 4ee49faf..8ff8c31f 100644
--- a/src/kernel/tqobjectdict.h
+++ b/src/kernel/tqobjectdict.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqmetaobject.h"
-#include "ntqasciidict.h"
+#include "tqasciidict.h"
#endif // QT_H
diff --git a/src/kernel/tqstyle.cpp b/src/kernel/tqstyle.cpp
index b3c496da..47755c4b 100644
--- a/src/kernel/tqstyle.cpp
+++ b/src/kernel/tqstyle.cpp
@@ -42,7 +42,7 @@
#ifndef TQT_NO_STYLE
#include "ntqapplication.h"
#include "ntqpainter.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "ntqpixmapcache.h"
#include "ntqframe.h"
#include "ntqlayout.h"
diff --git a/src/kernel/tqstylesheet.h b/src/kernel/tqstylesheet.h
index 1c12775c..4880726a 100644
--- a/src/kernel/tqstylesheet.h
+++ b/src/kernel/tqstylesheet.h
@@ -45,7 +45,7 @@
#include "tqstring.h"
#include "tqvaluelist.h"
#include "tqptrvector.h"
-#include "ntqdict.h"
+#include "tqdict.h"
#include "tqobject.h"
#endif // QT_H
diff --git a/src/kernel/tqttdeintegration_x11.cpp b/src/kernel/tqttdeintegration_x11.cpp
index b3565b3d..cf96ba28 100644
--- a/src/kernel/tqttdeintegration_x11.cpp
+++ b/src/kernel/tqttdeintegration_x11.cpp
@@ -7,7 +7,7 @@
#include <ntqfiledialog.h>
#include <ntqfontdialog.h>
#include <ntqlibrary.h>
-#include <ntqregexp.h>
+#include <tqregexp.h>
#include <ntqmessagebox.h>
#include <stdlib.h>
diff --git a/src/kernel/tqwidget_x11.cpp b/src/kernel/tqwidget_x11.cpp
index bc31e7e7..c3a54d3d 100644
--- a/src/kernel/tqwidget_x11.cpp
+++ b/src/kernel/tqwidget_x11.cpp
@@ -43,7 +43,7 @@
#include "ntqnamespace.h"
#include "ntqpaintdevicemetrics.h"
#include "ntqpainter.h"
-#include "ntqbitmap.h"
+#include "tqbitmap.h"
#include "tqimage.h"
#include "tqobjectlist.h"
#include "ntqlayout.h"
diff --git a/src/kernel/tqwidgetintdict.h b/src/kernel/tqwidgetintdict.h
index 8a469480..4f001d7e 100644
--- a/src/kernel/tqwidgetintdict.h
+++ b/src/kernel/tqwidgetintdict.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "tqwidget.h"
-#include "ntqintdict.h"
+#include "tqintdict.h"
#endif // QT_H