diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-03 10:32:28 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-03 10:32:28 +0900 |
| commit | 64d2e7533f57a6ffd64827d83f93a994efafd8d0 (patch) | |
| tree | 09e792f13979bf0a63ea139579ccc9ba78869fdc /doc/html/qgb18030codec-h.html | |
| parent | 094cadcfcbf9c2deccca231adf6de1026aff157b (diff) | |
| download | tqt-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 'doc/html/qgb18030codec-h.html')
| -rw-r--r-- | doc/html/qgb18030codec-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qgb18030codec-h.html b/doc/html/qgb18030codec-h.html index 663055631..6fec328de 100644 --- a/doc/html/qgb18030codec-h.html +++ b/doc/html/qgb18030codec-h.html @@ -85,12 +85,12 @@ body { background: #ffffff; color: black; } #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(); @@ -109,7 +109,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(); @@ -128,7 +128,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(); |
