From f04831d7f69c9ec2439b765134bc0308236afcb8 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sat, 17 Jan 2026 17:10:15 +0900
Subject: 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>
---
 kommander/editor/orderindicator.cpp | 2 +-
 kommander/editor/pixmapchooser.cpp  | 2 +-
 kommander/editor/propertyeditor.cpp | 2 +-
 kommander/editor/sizehandle.cpp     | 2 +-
 kommander/editor/styledbutton.cpp   | 2 +-
 kommander/editor/widgetfactory.cpp  | 2 +-
 kommander/editor/workspace.cpp      | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/kommander/editor/orderindicator.cpp b/kommander/editor/orderindicator.cpp
index 24108c2f..2a3f49eb 100644
--- a/kommander/editor/orderindicator.cpp
+++ b/kommander/editor/orderindicator.cpp
@@ -18,7 +18,7 @@
 **
 **********************************************************************/
 
-#include <tqvariant.h> // HP-UX compiler need this here
+#include <tqvariant.h>
 
 #include "orderindicator.h"
 #include "formwindow.h"
diff --git a/kommander/editor/pixmapchooser.cpp b/kommander/editor/pixmapchooser.cpp
index 71fe357c..357b2fe4 100644
--- a/kommander/editor/pixmapchooser.cpp
+++ b/kommander/editor/pixmapchooser.cpp
@@ -18,7 +18,7 @@
 **
 **********************************************************************/
 
-#include <tqvariant.h> // HP-UX compiler needs this here
+#include <tqvariant.h>
 
 #include "pixmapchooser.h"
 #include "formwindow.h"
diff --git a/kommander/editor/propertyeditor.cpp b/kommander/editor/propertyeditor.cpp
index 4b0c58e4..d69f67b0 100644
--- a/kommander/editor/propertyeditor.cpp
+++ b/kommander/editor/propertyeditor.cpp
@@ -18,7 +18,7 @@
 **
 **********************************************************************/
 
-#include <tqvariant.h> // HP-UX compiler needs this here
+#include <tqvariant.h>
 
 #include "propertyeditor.h"
 #include "pixmapchooser.h"
diff --git a/kommander/editor/sizehandle.cpp b/kommander/editor/sizehandle.cpp
index 4f6773dc..db2add07 100644
--- a/kommander/editor/sizehandle.cpp
+++ b/kommander/editor/sizehandle.cpp
@@ -18,7 +18,7 @@
 **
 **********************************************************************/
 
-#include <tqvariant.h>  // HP-UX compiler needs this here
+#include <tqvariant.h>
 
 #include "sizehandle.h"
 #include "formwindow.h"
diff --git a/kommander/editor/styledbutton.cpp b/kommander/editor/styledbutton.cpp
index c35ce642..1d013d83 100644
--- a/kommander/editor/styledbutton.cpp
+++ b/kommander/editor/styledbutton.cpp
@@ -18,7 +18,7 @@
 **
 **********************************************************************/
 
-#include <tqvariant.h>  // HP-UX compiler needs this here
+#include <tqvariant.h>
 #include "styledbutton.h"
 #include "formwindow.h"
 #include "pixmapchooser.h"
diff --git a/kommander/editor/widgetfactory.cpp b/kommander/editor/widgetfactory.cpp
index d22d63f2..681b0db4 100644
--- a/kommander/editor/widgetfactory.cpp
+++ b/kommander/editor/widgetfactory.cpp
@@ -26,7 +26,7 @@
 #include <kommanderfactory.h>
 
 #include "kmdrmainwindow.h"
-#include <tqvariant.h> // HP-UX compiler need this here
+#include <tqvariant.h>
 #include "widgetfactory.h"
 #include "widgetdatabase.h"
 #include "metadatabase.h"
diff --git a/kommander/editor/workspace.cpp b/kommander/editor/workspace.cpp
index 59ed882c..f17c5e16 100644
--- a/kommander/editor/workspace.cpp
+++ b/kommander/editor/workspace.cpp
@@ -18,7 +18,7 @@
 **
 **********************************************************************/
 
-#include <tqvariant.h>  // HP-UX compiler needs this here
+#include <tqvariant.h>
 #include <tqlistview.h>
 #include "workspace.h"
 #include "formwindow.h"
-- 
cgit v1.2.3

