summaryrefslogtreecommitdiffstats
path: root/doc/html/qgb18030codec-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qgb18030codec-h.html')
-rw-r--r--doc/html/qgb18030codec-h.html10
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();