summaryrefslogtreecommitdiffstats
path: root/src/codecs/tqtextcodec.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 18:20:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 18:20:53 +0900
commit2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f (patch)
tree8efed172b95588e6ea4345fa60f47d52bbdec9b6 /src/codecs/tqtextcodec.cpp
parent01d46198d1b9240c8e0eb1cf31300b77879da412 (diff)
downloadtqt-2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f.tar.gz
tqt-2b0ea37581b2fa4eba2b353d45dc134fbafe0b0f.zip
Remove support for Tru64, OSF and SCO v3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/codecs/tqtextcodec.cpp')
-rw-r--r--src/codecs/tqtextcodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/tqtextcodec.cpp b/src/codecs/tqtextcodec.cpp
index 6c495df8f..7082c43b0 100644
--- a/src/codecs/tqtextcodec.cpp
+++ b/src/codecs/tqtextcodec.cpp
@@ -2745,7 +2745,7 @@ static void setupLocaleMapper()
localeMapper = TQTextCodec::codecForName( "System" );
#else
-#if defined (_XOPEN_UNIX) && !defined(Q_OS_QNX6) && !defined(Q_OS_OSF) && !defined(Q_OS_MAC)
+#if defined (_XOPEN_UNIX) && !defined(Q_OS_QNX6) && !defined(Q_OS_MAC)
char *charset = nl_langinfo (CODESET);
if ( charset )
localeMapper = TQTextCodec::codecForName( charset );