summaryrefslogtreecommitdiffstats
path: root/kommander/editor/propertyeditor.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 17:10:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 17:10:15 +0900
commitf04831d7f69c9ec2439b765134bc0308236afcb8 (patch)
treeec33b2b1edbf5c09eca3bd3d87e91c85ff1acc85 /kommander/editor/propertyeditor.cpp
parent4a438f4899fca4bace0b66231aaa636e38751311 (diff)
downloadtdewebdev-f04831d7f69c9ec2439b765134bc0308236afcb8.tar.gz
tdewebdev-f04831d7f69c9ec2439b765134bc0308236afcb8.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 'kommander/editor/propertyeditor.cpp')
-rw-r--r--kommander/editor/propertyeditor.cpp2
1 files changed, 1 insertions, 1 deletions
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"