diff options
Diffstat (limited to 'doc/html/tqgb18030codec-h.html')
-rw-r--r-- | doc/html/tqgb18030codec-h.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqgb18030codec-h.html b/doc/html/tqgb18030codec-h.html index e0cfd49a0..f55c1e78c 100644 --- a/doc/html/tqgb18030codec-h.html +++ b/doc/html/tqgb18030codec-h.html @@ -84,12 +84,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(); @@ -108,7 +108,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(); @@ -127,7 +127,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(); |