summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtsciicodec.cpp
diff options
context:
space:
mode:
authorPeter Kümmel <syntheticpp@gmx.net>2012-10-23 09:03:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-03 16:16:35 +0100
commit9764907240b7834abd4647e4a856d08aa414b578 (patch)
tree4f4b665376ad558b8fd2493f6d5ef83b061d6111 /src/corelib/codecs/qtsciicodec.cpp
parentccc4fbdf3f31bcc564c989f077a84e8e1400ac60 (diff)
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 <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/codecs/qtsciicodec.cpp')
-rw-r--r--src/corelib/codecs/qtsciicodec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/codecs/qtsciicodec.cpp b/src/corelib/codecs/qtsciicodec.cpp
index 0933289d0e..c45f966750 100644
--- a/src/corelib/codecs/qtsciicodec.cpp
+++ b/src/corelib/codecs/qtsciicodec.cpp
@@ -46,7 +46,7 @@
#include "qtsciicodec_p.h"
#include "qlist.h"
-#ifndef QT_NO_BIG_CODECS
+#ifndef QT_NO_CODECS
QT_BEGIN_NAMESPACE
@@ -496,4 +496,4 @@ static unsigned int qt_TSCIIToUnicode(uint code, uint *s)
QT_END_NAMESPACE
-#endif // QT_NO_BIG_CODECS
+#endif // QT_NO_CODECS