diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-02 12:02:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-02 12:02:24 +0900 |
| commit | 01d46198d1b9240c8e0eb1cf31300b77879da412 (patch) | |
| tree | 69534901f3dff9f0beed05350c23bbe3b92a1fe0 /src/codecs | |
| parent | 37293565c31fa447fbf7cb0566be51d1204e8991 (diff) | |
| download | tqt-01d46198d1b9240c8e0eb1cf31300b77879da412.tar.gz tqt-01d46198d1b9240c8e0eb1cf31300b77879da412.zip | |
Rename Q_EXPORT to TQ_EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/codecs')
| -rw-r--r-- | src/codecs/tqeucjpcodec.h | 6 | ||||
| -rw-r--r-- | src/codecs/tqeuckrcodec.h | 6 | ||||
| -rw-r--r-- | src/codecs/tqgb18030codec.h | 10 | ||||
| -rw-r--r-- | src/codecs/tqjiscodec.h | 6 | ||||
| -rw-r--r-- | src/codecs/tqjpunicode.h | 6 | ||||
| -rw-r--r-- | src/codecs/tqsjiscodec.h | 6 |
6 files changed, 20 insertions, 20 deletions
diff --git a/src/codecs/tqeucjpcodec.h b/src/codecs/tqeucjpcodec.h index c232390fe..50fc56bce 100644 --- a/src/codecs/tqeucjpcodec.h +++ b/src/codecs/tqeucjpcodec.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/tqeuckrcodec.h b/src/codecs/tqeuckrcodec.h index 513c85f0b..440a92e4b 100644 --- a/src/codecs/tqeuckrcodec.h +++ b/src/codecs/tqeuckrcodec.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/tqgb18030codec.h b/src/codecs/tqgb18030codec.h index c28c6222d..46832d3a7 100644 --- a/src/codecs/tqgb18030codec.h +++ b/src/codecs/tqgb18030codec.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/tqjiscodec.h b/src/codecs/tqjiscodec.h index 001554ce9..f9760841e 100644 --- a/src/codecs/tqjiscodec.h +++ b/src/codecs/tqjiscodec.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/tqjpunicode.h b/src/codecs/tqjpunicode.h index fc04af2b9..faadb210a 100644 --- a/src/codecs/tqjpunicode.h +++ b/src/codecs/tqjpunicode.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/tqsjiscodec.h b/src/codecs/tqsjiscodec.h index ae9315973..7cce488f4 100644 --- a/src/codecs/tqsjiscodec.h +++ b/src/codecs/tqsjiscodec.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; |
