From 41b01096ccae8761bb5a0a761780ad48ce7e34ba Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 17 Oct 2011 12:39:11 +0200 Subject: Remove Q_WS_ in text codecs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id27d82f91a21107f31f73d7f2920629a512dc2a1 Reviewed-by: João Abecasis --- src/plugins/codecs/tw/qbig5codec.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/codecs/tw/qbig5codec.cpp') diff --git a/src/plugins/codecs/tw/qbig5codec.cpp b/src/plugins/codecs/tw/qbig5codec.cpp index 7a1c019d47..9ec7c75220 100644 --- a/src/plugins/codecs/tw/qbig5codec.cpp +++ b/src/plugins/codecs/tw/qbig5codec.cpp @@ -1933,7 +1933,7 @@ QByteArray QBig5hkscsCodec::convertFromUnicode(const QChar *uc, int len, Convert -#ifdef Q_WS_X11 +#ifdef Q_OS_UNIX QFontBig5Codec::QFontBig5Codec() { //qDebug("QFontBig5Codec::QFontBig5Codec()"); @@ -2051,7 +2051,7 @@ QByteArray QFontBig5hkscsCodec::convertFromUnicode(const QChar *uc, int len, Con } -#endif // Q_WS_X11 +#endif // Q_OS_UNIX /* ====================================================================== */ -- cgit v1.2.3