From 2080def64c64099ea7685d903d070e028a8cb916 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 17 Jan 2026 19:34:22 +0900 Subject: Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro --- src/tools/tqstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/tqstring.cpp') diff --git a/src/tools/tqstring.cpp b/src/tools/tqstring.cpp index 625884c7d..254c1ad01 100644 --- a/src/tools/tqstring.cpp +++ b/src/tools/tqstring.cpp @@ -702,7 +702,7 @@ TQStringData* TQString::makeSharedNull() } TQString::shared_null = new TQStringData; -#if defined( Q_OS_MAC ) || defined(Q_OS_SOLARIS) || defined(Q_OS_HPUX) || defined(Q_OS_AIX) +#if defined( Q_OS_MAC ) || defined(Q_OS_SOLARIS) || defined(Q_OS_AIX) TQString *that = const_cast(&TQString::null); that->d = TQString::shared_null; #endif -- cgit v1.2.3