summaryrefslogtreecommitdiffstats
path: root/src/codecs
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-03 10:32:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-03 10:32:28 +0900
commit64d2e7533f57a6ffd64827d83f93a994efafd8d0 (patch)
tree09e792f13979bf0a63ea139579ccc9ba78869fdc /src/codecs
parent094cadcfcbf9c2deccca231adf6de1026aff157b (diff)
downloadtqt-64d2e753.tar.gz
tqt-64d2e753.zip
Rename Q_EXPORT to TQ_EXPORT
Manually cherry picked from commit 01d46198 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/codecs')
-rw-r--r--src/codecs/ntqeucjpcodec.h6
-rw-r--r--src/codecs/ntqeuckrcodec.h6
-rw-r--r--src/codecs/ntqgb18030codec.h10
-rw-r--r--src/codecs/ntqjiscodec.h6
-rw-r--r--src/codecs/ntqjpunicode.h6
-rw-r--r--src/codecs/ntqsjiscodec.h6
6 files changed, 20 insertions, 20 deletions
diff --git a/src/codecs/ntqeucjpcodec.h b/src/codecs/ntqeucjpcodec.h
index 6ccbcddb2..dad8e4888 100644
--- a/src/codecs/ntqeucjpcodec.h
+++ b/src/codecs/ntqeucjpcodec.h
@@ -78,12 +78,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_JP
+#define TQ_EXPORT_CODECS_JP
#else
-#define Q_EXPORT_CODECS_JP TQ_EXPORT
+#define TQ_EXPORT_CODECS_JP TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_JP TQEucJpCodec : public TQTextCodec {
+class TQ_EXPORT_CODECS_JP TQEucJpCodec : public TQTextCodec {
public:
virtual int mibEnum() const;
const char* name() const;
diff --git a/src/codecs/ntqeuckrcodec.h b/src/codecs/ntqeuckrcodec.h
index fcd97a964..d1bc05950 100644
--- a/src/codecs/ntqeuckrcodec.h
+++ b/src/codecs/ntqeuckrcodec.h
@@ -73,12 +73,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_KR
+#define TQ_EXPORT_CODECS_KR
#else
-#define Q_EXPORT_CODECS_KR TQ_EXPORT
+#define TQ_EXPORT_CODECS_KR TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_KR TQEucKrCodec : public TQTextCodec {
+class TQ_EXPORT_CODECS_KR TQEucKrCodec : public TQTextCodec {
public:
virtual int mibEnum() const;
const char* name() const;
diff --git a/src/codecs/ntqgb18030codec.h b/src/codecs/ntqgb18030codec.h
index 676a08a18..190714ee1 100644
--- a/src/codecs/ntqgb18030codec.h
+++ b/src/codecs/ntqgb18030codec.h
@@ -49,12 +49,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_CN
+#define TQ_EXPORT_CODECS_CN
#else
-#define Q_EXPORT_CODECS_CN TQ_EXPORT
+#define TQ_EXPORT_CODECS_CN TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_CN TQGb18030Codec : public TQTextCodec {
+class TQ_EXPORT_CODECS_CN TQGb18030Codec : public TQTextCodec {
public:
TQGb18030Codec();
@@ -73,7 +73,7 @@ public:
int heuristicNameMatch(const char* hint) const;
};
-class Q_EXPORT_CODECS_CN TQGbkCodec : public TQGb18030Codec {
+class TQ_EXPORT_CODECS_CN TQGbkCodec : public TQGb18030Codec {
public:
TQGbkCodec();
@@ -92,7 +92,7 @@ public:
int heuristicNameMatch(const char* hint) const;
};
-class Q_EXPORT_CODECS_CN TQGb2312Codec : public TQGb18030Codec {
+class TQ_EXPORT_CODECS_CN TQGb2312Codec : public TQGb18030Codec {
public:
TQGb2312Codec();
diff --git a/src/codecs/ntqjiscodec.h b/src/codecs/ntqjiscodec.h
index b96d0aec2..fd1791fe6 100644
--- a/src/codecs/ntqjiscodec.h
+++ b/src/codecs/ntqjiscodec.h
@@ -78,12 +78,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_JP
+#define TQ_EXPORT_CODECS_JP
#else
-#define Q_EXPORT_CODECS_JP TQ_EXPORT
+#define TQ_EXPORT_CODECS_JP TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_JP TQJisCodec : public TQTextCodec {
+class TQ_EXPORT_CODECS_JP TQJisCodec : public TQTextCodec {
public:
virtual int mibEnum() const;
const char* name() const;
diff --git a/src/codecs/ntqjpunicode.h b/src/codecs/ntqjpunicode.h
index 2daa893b7..ef75369c8 100644
--- a/src/codecs/ntqjpunicode.h
+++ b/src/codecs/ntqjpunicode.h
@@ -77,12 +77,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_JP
+#define TQ_EXPORT_CODECS_JP
#else
-#define Q_EXPORT_CODECS_JP TQ_EXPORT
+#define TQ_EXPORT_CODECS_JP TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_JP TQJpUnicodeConv {
+class TQ_EXPORT_CODECS_JP TQJpUnicodeConv {
public:
virtual ~TQJpUnicodeConv() {}
diff --git a/src/codecs/ntqsjiscodec.h b/src/codecs/ntqsjiscodec.h
index a1acc053e..b9af07337 100644
--- a/src/codecs/ntqsjiscodec.h
+++ b/src/codecs/ntqsjiscodec.h
@@ -78,12 +78,12 @@
#ifndef TQT_NO_BIG_CODECS
#if defined(QT_PLUGIN)
-#define Q_EXPORT_CODECS_JP
+#define TQ_EXPORT_CODECS_JP
#else
-#define Q_EXPORT_CODECS_JP TQ_EXPORT
+#define TQ_EXPORT_CODECS_JP TQ_EXPORT
#endif
-class Q_EXPORT_CODECS_JP TQSjisCodec : public TQTextCodec {
+class TQ_EXPORT_CODECS_JP TQSjisCodec : public TQTextCodec {
public:
virtual int mibEnum() const;
const char* name() const;