summaryrefslogtreecommitdiffstats
path: root/src/codecs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-08 12:56:43 +0900
commit0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch)
tree107cf55759cc3138bb1e0035b479bcd92127403a /src/codecs
parente6077c30d14e9d662e8843c554db86c0d366d0b6 (diff)
downloadtqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz
tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/codecs')
-rw-r--r--src/codecs/ntqbig5codec.h2
-rw-r--r--src/codecs/ntqeucjpcodec.h2
-rw-r--r--src/codecs/ntqeuckrcodec.h2
-rw-r--r--src/codecs/ntqgb18030codec.h2
-rw-r--r--src/codecs/ntqjiscodec.h2
-rw-r--r--src/codecs/ntqrtlcodec.h2
-rw-r--r--src/codecs/ntqsjiscodec.h2
-rw-r--r--src/codecs/ntqtsciicodec.h2
-rw-r--r--src/codecs/ntqutfcodec.h2
-rw-r--r--src/codecs/qfontcodecs_p.h2
-rw-r--r--src/codecs/qisciicodec_p.h2
-rw-r--r--src/codecs/qrtlcodec.cpp2
-rw-r--r--src/codecs/qt_codecs.pri14
-rw-r--r--src/codecs/tqtextcodec.cpp (renamed from src/codecs/qtextcodec.cpp)12
-rw-r--r--src/codecs/tqtextcodec.h (renamed from src/codecs/ntqtextcodec.h)0
-rw-r--r--src/codecs/tqtextcodecfactory.cpp (renamed from src/codecs/qtextcodecfactory.cpp)4
-rw-r--r--src/codecs/tqtextcodecfactory.h (renamed from src/codecs/ntqtextcodecfactory.h)0
-rw-r--r--src/codecs/tqtextcodecinterface_p.h (renamed from src/codecs/qtextcodecinterface_p.h)0
-rw-r--r--src/codecs/tqtextcodecplugin.cpp (renamed from src/codecs/qtextcodecplugin.cpp)6
-rw-r--r--src/codecs/tqtextcodecplugin.h (renamed from src/codecs/ntqtextcodecplugin.h)0
20 files changed, 30 insertions, 30 deletions
diff --git a/src/codecs/ntqbig5codec.h b/src/codecs/ntqbig5codec.h
index 73039967f..d2f1f7c84 100644
--- a/src/codecs/ntqbig5codec.h
+++ b/src/codecs/ntqbig5codec.h
@@ -46,7 +46,7 @@
#define TQBIG5CODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#endif // QT_H
#ifndef TQT_NO_BIG_CODECS
diff --git a/src/codecs/ntqeucjpcodec.h b/src/codecs/ntqeucjpcodec.h
index 6ccbcddb2..39b768665 100644
--- a/src/codecs/ntqeucjpcodec.h
+++ b/src/codecs/ntqeucjpcodec.h
@@ -71,7 +71,7 @@
#define TQEUCJPCODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#include "ntqjpunicode.h"
#endif // QT_H
diff --git a/src/codecs/ntqeuckrcodec.h b/src/codecs/ntqeuckrcodec.h
index fcd97a964..513c85f0b 100644
--- a/src/codecs/ntqeuckrcodec.h
+++ b/src/codecs/ntqeuckrcodec.h
@@ -67,7 +67,7 @@
#define TQEUCKRCODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#endif // QT_H
#ifndef TQT_NO_BIG_CODECS
diff --git a/src/codecs/ntqgb18030codec.h b/src/codecs/ntqgb18030codec.h
index 676a08a18..c28c6222d 100644
--- a/src/codecs/ntqgb18030codec.h
+++ b/src/codecs/ntqgb18030codec.h
@@ -42,7 +42,7 @@
#define TQGB18030CODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#endif // QT_H
diff --git a/src/codecs/ntqjiscodec.h b/src/codecs/ntqjiscodec.h
index b96d0aec2..3e914f489 100644
--- a/src/codecs/ntqjiscodec.h
+++ b/src/codecs/ntqjiscodec.h
@@ -71,7 +71,7 @@
#define TQJISCODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#include "ntqjpunicode.h"
#endif // QT_H
diff --git a/src/codecs/ntqrtlcodec.h b/src/codecs/ntqrtlcodec.h
index f40161250..bbd990df6 100644
--- a/src/codecs/ntqrtlcodec.h
+++ b/src/codecs/ntqrtlcodec.h
@@ -42,7 +42,7 @@
#define TQRTLCODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#endif // QT_H
#ifndef TQT_NO_CODEC_HEBREW
diff --git a/src/codecs/ntqsjiscodec.h b/src/codecs/ntqsjiscodec.h
index a1acc053e..8a5f83aae 100644
--- a/src/codecs/ntqsjiscodec.h
+++ b/src/codecs/ntqsjiscodec.h
@@ -71,7 +71,7 @@
#define TQSJISCODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#include "ntqjpunicode.h"
#endif // QT_H
diff --git a/src/codecs/ntqtsciicodec.h b/src/codecs/ntqtsciicodec.h
index bbea40f2d..a71a3fe91 100644
--- a/src/codecs/ntqtsciicodec.h
+++ b/src/codecs/ntqtsciicodec.h
@@ -69,7 +69,7 @@
#define TQTSCIICODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#endif // QT_H
#ifndef TQT_NO_CODECS
diff --git a/src/codecs/ntqutfcodec.h b/src/codecs/ntqutfcodec.h
index c6303a3c4..c763238cd 100644
--- a/src/codecs/ntqutfcodec.h
+++ b/src/codecs/ntqutfcodec.h
@@ -42,7 +42,7 @@
#define TQUTFCODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#endif // QT_H
#ifndef TQT_NO_TEXTCODEC
diff --git a/src/codecs/qfontcodecs_p.h b/src/codecs/qfontcodecs_p.h
index cc2cd40b0..b9ba7ebd4 100644
--- a/src/codecs/qfontcodecs_p.h
+++ b/src/codecs/qfontcodecs_p.h
@@ -55,7 +55,7 @@
#ifndef QT_H
#include "ntqglobal.h"
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#endif // QT_H
diff --git a/src/codecs/qisciicodec_p.h b/src/codecs/qisciicodec_p.h
index 2fe0a1150..372415cf1 100644
--- a/src/codecs/qisciicodec_p.h
+++ b/src/codecs/qisciicodec_p.h
@@ -2,7 +2,7 @@
#define TQISCIICODEC_H
#ifndef QT_H
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#endif // QT_H
#ifndef TQT_NO_CODECS
diff --git a/src/codecs/qrtlcodec.cpp b/src/codecs/qrtlcodec.cpp
index f4e471b0a..de377f538 100644
--- a/src/codecs/qrtlcodec.cpp
+++ b/src/codecs/qrtlcodec.cpp
@@ -39,7 +39,7 @@
**********************************************************************/
#include "ntqrtlcodec.h"
-#include <private/qtextengine_p.h>
+#include <private/tqtextengine_p.h>
#ifndef TQT_NO_CODEC_HEBREW
diff --git a/src/codecs/qt_codecs.pri b/src/codecs/qt_codecs.pri
index 196448d3b..80ec0c22f 100644
--- a/src/codecs/qt_codecs.pri
+++ b/src/codecs/qt_codecs.pri
@@ -14,12 +14,12 @@ tools {
$$CODECS_H/ntqjpunicode.h \
$$CODECS_H/ntqrtlcodec.h \
$$CODECS_H/ntqsjiscodec.h \
- $$CODECS_H/ntqtextcodec.h \
+ $$CODECS_H/tqtextcodec.h \
$$CODECS_H/ntqtsciicodec.h \
$$CODECS_H/ntqutfcodec.h \
- $$CODECS_P/qtextcodecinterface_p.h \
- $$CODECS_H/ntqtextcodecfactory.h \
- $$CODECS_H/ntqtextcodecplugin.h
+ $$CODECS_P/tqtextcodecinterface_p.h \
+ $$CODECS_H/tqtextcodecfactory.h \
+ $$CODECS_H/tqtextcodecplugin.h
SOURCES += \
#$$CODECS_CPP/qasmocodec.cpp \
@@ -32,11 +32,11 @@ tools {
$$CODECS_CPP/qjpunicode.cpp \
$$CODECS_CPP/qrtlcodec.cpp \
$$CODECS_CPP/qsjiscodec.cpp \
- $$CODECS_CPP/qtextcodec.cpp \
+ $$CODECS_CPP/tqtextcodec.cpp \
$$CODECS_CPP/qtsciicodec.cpp \
$$CODECS_CPP/qutfcodec.cpp \
- $$CODECS_CPP/qtextcodecfactory.cpp \
- $$CODECS_CPP/qtextcodecplugin.cpp
+ $$CODECS_CPP/tqtextcodecfactory.cpp \
+ $$CODECS_CPP/tqtextcodecplugin.cpp
x11:SOURCES += $$CODECS_CPP/qfontcncodec.cpp \
$$CODECS_CPP/qfonthkcodec.cpp \
diff --git a/src/codecs/qtextcodec.cpp b/src/codecs/tqtextcodec.cpp
index 632dface1..cf7c6b93d 100644
--- a/src/codecs/qtextcodec.cpp
+++ b/src/codecs/tqtextcodec.cpp
@@ -45,11 +45,11 @@
# undef open
#endif
-#include "ntqtextcodec.h"
+#include "tqtextcodec.h"
#ifndef TQT_NO_TEXTCODEC
#include "tqvaluelist.h"
-#include "ntqtextcodecfactory.h"
+#include "tqtextcodecfactory.h"
#include "ntqutfcodec.h"
#include "ntqnamespace.h"
#ifndef TQT_NO_CODECS
@@ -98,7 +98,7 @@ public:
TQTextCodec::deleteAllCodecs();
}
};
-static TQTextCodecCleanup qtextcodec_cleanup;
+static TQTextCodecCleanup tqtextcodec_cleanup;
/*!
Deletes all the created codecs.
@@ -184,7 +184,7 @@ TQString TQTextStatelessDecoder::toUnicode(const char* chars, int len)
/*!
- \class TQTextCodec ntqtextcodec.h
+ \class TQTextCodec tqtextcodec.h
\brief The TQTextCodec class provides conversion between text encodings.
\reentrant
\ingroup i18n
@@ -1180,7 +1180,7 @@ bool TQTextCodec::canEncode( const TQString& s ) const
/*!
- \class TQTextEncoder ntqtextcodec.h
+ \class TQTextEncoder tqtextcodec.h
\brief The TQTextEncoder class provides a state-based encoder.
\reentrant
\ingroup i18n
@@ -1212,7 +1212,7 @@ TQTextEncoder::~TQTextEncoder()
*/
/*!
- \class TQTextDecoder ntqtextcodec.h
+ \class TQTextDecoder tqtextcodec.h
\brief The TQTextDecoder class provides a state-based decoder.
\reentrant
\ingroup i18n
diff --git a/src/codecs/ntqtextcodec.h b/src/codecs/tqtextcodec.h
index f5554d261..f5554d261 100644
--- a/src/codecs/ntqtextcodec.h
+++ b/src/codecs/tqtextcodec.h
diff --git a/src/codecs/qtextcodecfactory.cpp b/src/codecs/tqtextcodecfactory.cpp
index 6a570157b..24ac82a09 100644
--- a/src/codecs/qtextcodecfactory.cpp
+++ b/src/codecs/tqtextcodecfactory.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqtextcodecfactory.h"
+#include "tqtextcodecfactory.h"
#ifndef TQT_NO_TEXTCODEC
@@ -46,7 +46,7 @@
#include "ntqapplication.h"
#include "ntqcleanuphandler.h"
#include <private/qpluginmanager_p.h>
-#include "qtextcodecinterface_p.h"
+#include "tqtextcodecinterface_p.h"
#ifdef TQT_THREAD_SUPPORT
# include <private/qmutexpool_p.h>
diff --git a/src/codecs/ntqtextcodecfactory.h b/src/codecs/tqtextcodecfactory.h
index 74cca82ca..74cca82ca 100644
--- a/src/codecs/ntqtextcodecfactory.h
+++ b/src/codecs/tqtextcodecfactory.h
diff --git a/src/codecs/qtextcodecinterface_p.h b/src/codecs/tqtextcodecinterface_p.h
index 5a8baa04a..5a8baa04a 100644
--- a/src/codecs/qtextcodecinterface_p.h
+++ b/src/codecs/tqtextcodecinterface_p.h
diff --git a/src/codecs/qtextcodecplugin.cpp b/src/codecs/tqtextcodecplugin.cpp
index d59e8684d..046b009f7 100644
--- a/src/codecs/qtextcodecplugin.cpp
+++ b/src/codecs/tqtextcodecplugin.cpp
@@ -38,12 +38,12 @@
**
**********************************************************************/
-#include "ntqtextcodecplugin.h"
+#include "tqtextcodecplugin.h"
#ifndef TQT_NO_TEXTCODECPLUGIN
-#include "qtextcodecinterface_p.h"
+#include "tqtextcodecinterface_p.h"
/*!
- \class TQTextCodecPlugin ntqtextcodecplugin.h
+ \class TQTextCodecPlugin tqtextcodecplugin.h
\brief The TQTextCodecPlugin class provides an abstract base for custom TQTextCodec plugins.
\reentrant
\ingroup plugins
diff --git a/src/codecs/ntqtextcodecplugin.h b/src/codecs/tqtextcodecplugin.h
index 13a83733d..13a83733d 100644
--- a/src/codecs/ntqtextcodecplugin.h
+++ b/src/codecs/tqtextcodecplugin.h