summaryrefslogtreecommitdiffstats
path: root/src/tools/tqstring.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 19:34:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 19:34:22 +0900
commit2080def64c64099ea7685d903d070e028a8cb916 (patch)
treef645ca3060a53cae9729cf3e9256da820e534e35 /src/tools/tqstring.cpp
parent37a07263c70308f7ddef4aac747446d5ede82374 (diff)
downloadtqt-2080def64c64099ea7685d903d070e028a8cb916.tar.gz
tqt-2080def64c64099ea7685d903d070e028a8cb916.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/tqstring.cpp')
-rw-r--r--src/tools/tqstring.cpp2
1 files changed, 1 insertions, 1 deletions
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 *>(&TQString::null);
that->d = TQString::shared_null;
#endif