summaryrefslogtreecommitdiffstats
path: root/kommander/editor/widgetfactory.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-18 00:01:35 +0900
commitc16f09f4387ddf16f0e29dce3d6ceb30e6dcbb32 (patch)
tree32df7c95f848ee8406955b8b5dca79d015cbb2bb /kommander/editor/widgetfactory.cpp
parentfb5291b96cb5a449d7feb02ceff2341f55de1c49 (diff)
downloadtdewebdev-c16f09f4387ddf16f0e29dce3d6ceb30e6dcbb32.tar.gz
tdewebdev-c16f09f4387ddf16f0e29dce3d6ceb30e6dcbb32.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> (cherry picked from commit f04831d7f69c9ec2439b765134bc0308236afcb8)
Diffstat (limited to 'kommander/editor/widgetfactory.cpp')
-rw-r--r--kommander/editor/widgetfactory.cpp2
1 files changed, 1 insertions, 1 deletions
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"