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>
pull/68/head
Michele Calgaro 1 month ago
parent 4a438f4899
commit f04831d7f6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -18,7 +18,7 @@
**
**********************************************************************/
#include <tqvariant.h> // HP-UX compiler need this here
#include <tqvariant.h>
#include "orderindicator.h"
#include "formwindow.h"

@ -18,7 +18,7 @@
**
**********************************************************************/
#include <tqvariant.h> // HP-UX compiler needs this here
#include <tqvariant.h>
#include "pixmapchooser.h"
#include "formwindow.h"

@ -18,7 +18,7 @@
**
**********************************************************************/
#include <tqvariant.h> // HP-UX compiler needs this here
#include <tqvariant.h>
#include "propertyeditor.h"
#include "pixmapchooser.h"

@ -18,7 +18,7 @@
**
**********************************************************************/
#include <tqvariant.h> // HP-UX compiler needs this here
#include <tqvariant.h>
#include "sizehandle.h"
#include "formwindow.h"

@ -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"

@ -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"

@ -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"

Loading…
Cancel
Save