From 9764907240b7834abd4647e4a856d08aa414b578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Tue, 23 Oct 2012 09:03:15 +0200 Subject: QTscii and QIscii are not big codecs This fixes the build when QT_NO_BIG_CODECS is defined. Change-Id: I832fb8ba5df6c4a6c1db9bdaecc498690357a56a Reviewed-by: Thiago Macieira --- src/corelib/codecs/qtsciicodec_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/codecs/qtsciicodec_p.h') diff --git a/src/corelib/codecs/qtsciicodec_p.h b/src/corelib/codecs/qtsciicodec_p.h index 4a5727a808..ea83391cb3 100644 --- a/src/corelib/codecs/qtsciicodec_p.h +++ b/src/corelib/codecs/qtsciicodec_p.h @@ -86,7 +86,7 @@ QT_BEGIN_NAMESPACE -#ifndef QT_NO_BIG_CODECS +#ifndef QT_NO_CODECS class QTsciiCodec : public QTextCodec { public: @@ -99,7 +99,7 @@ public: QByteArray convertFromUnicode(const QChar *, int, ConverterState *) const; }; -#endif // QT_NO_BIG_CODECS +#endif // QT_NO_CODECS QT_END_NAMESPACE -- cgit v1.2.3