summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qbig5codec_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/codecs/qbig5codec_p.h')
-rw-r--r--src/corelib/codecs/qbig5codec_p.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/corelib/codecs/qbig5codec_p.h b/src/corelib/codecs/qbig5codec_p.h
index 9dbcf41a6d..2db8377ee3 100644
--- a/src/corelib/codecs/qbig5codec_p.h
+++ b/src/corelib/codecs/qbig5codec_p.h
@@ -59,9 +59,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 QBig5Codec : public QTextCodec {
public:
@@ -91,8 +91,6 @@ public:
QByteArray convertFromUnicode(const QChar *, int, ConverterState *) const;
};
-#endif // QT_NO_BIG_CODECS
-
QT_END_NAMESPACE
#endif // QBIG5CODEC_P_H