summaryrefslogtreecommitdiffstats
path: root/kommander/editor
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor')
-rw-r--r--kommander/editor/hierarchyview.h2
-rw-r--r--kommander/editor/metadatabase.cpp2
-rw-r--r--kommander/editor/widgetdatabase.h2
-rw-r--r--kommander/editor/widgetinterface.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kommander/editor/hierarchyview.h b/kommander/editor/hierarchyview.h
index 1ae2b866..e00dcd8c 100644
--- a/kommander/editor/hierarchyview.h
+++ b/kommander/editor/hierarchyview.h
@@ -25,7 +25,7 @@
#include <tqlistview.h>
#include <tqtabwidget.h>
#include <tqguardedptr.h>
-#include <tqcom_p.h>
+#include <private/tqcom_p.h>
class FormWindow;
class TQCloseEvent;
diff --git a/kommander/editor/metadatabase.cpp b/kommander/editor/metadatabase.cpp
index 5c2d6681..66fa6026 100644
--- a/kommander/editor/metadatabase.cpp
+++ b/kommander/editor/metadatabase.cpp
@@ -34,7 +34,7 @@
#include <tqwidgetlist.h>
#include <tqmainwindow.h>
#include <tqregexp.h>
-#include <tqpluginmanager_p.h>
+#include <private/tqpluginmanager_p.h>
#include <tqdatetime.h>
#include <tqfile.h>
#include <tqfileinfo.h>
diff --git a/kommander/editor/widgetdatabase.h b/kommander/editor/widgetdatabase.h
index 9d6f97c1..24b14530 100644
--- a/kommander/editor/widgetdatabase.h
+++ b/kommander/editor/widgetdatabase.h
@@ -25,7 +25,7 @@
#include <tqstring.h>
#ifndef KOMMANDER
#include "widgetinterface.h" // up here for GCC 2.7.* compatibility
-#include <tqpluginmanager_p.h>
+#include <private/tqpluginmanager_p.h>
extern TQPluginManager<WidgetInterface> *widgetManager();
diff --git a/kommander/editor/widgetinterface.h b/kommander/editor/widgetinterface.h
index 2958b10c..7d32414c 100644
--- a/kommander/editor/widgetinterface.h
+++ b/kommander/editor/widgetinterface.h
@@ -21,7 +21,7 @@
#ifndef WIDGETINTERFACE_H
#define WIDGETINTERFACE_H
-#include <tqwidgetinterface_p.h>
+#include <private/tqwidgetinterface_p.h>
#define WidgetInterface TQWidgetFactoryInterface
#define IID_Widget IID_QWidgetFactory