summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kommander/editor/orderindicator.cpp2
-rw-r--r--kommander/editor/pixmapchooser.cpp2
-rw-r--r--kommander/editor/propertyeditor.cpp2
-rw-r--r--kommander/editor/sizehandle.cpp2
-rw-r--r--kommander/editor/styledbutton.cpp2
-rw-r--r--kommander/editor/widgetfactory.cpp2
-rw-r--r--kommander/editor/workspace.cpp2
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"