summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qeuckrcodec_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qeuckrcodec_p.h')
-rw-r--r--src/corelib/codecs/qeuckrcodec_p.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/corelib/codecs/qeuckrcodec_p.h b/src/corelib/codecs/qeuckrcodec_p.h
index bedf0cf822..6180548aab 100644
--- a/src/corelib/codecs/qeuckrcodec_p.h
+++ b/src/corelib/codecs/qeuckrcodec_p.h
@@ -80,9 +80,9 @@
#include <QtCore/qtextcodec.h>
#include <QtCore/qlist.h>
-QT_BEGIN_NAMESPACE
+QT_REQUIRE_CONFIG(big_codecs);
-#ifndef QT_NO_BIG_CODECS
+QT_BEGIN_NAMESPACE
class QEucKrCodec : public QTextCodec {
public:
@@ -112,8 +112,6 @@ public:
QByteArray convertFromUnicode(const QChar *, int, ConverterState *) const override;
};
-#endif // QT_NO_BIG_CODECS
-
QT_END_NAMESPACE
#endif // QEUCKRCODEC_P_H