From 67e7c23c75926807af63cf19287d948c3e5a14bd Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Mon, 16 Sep 2024 17:59:47 +0900
Subject: Adapt to latest tqt3 version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kommander/editor/hierarchyview.h       | 2 +-
 kommander/editor/metadatabase.cpp      | 2 +-
 kommander/editor/widgetdatabase.h      | 2 +-
 kommander/editor/widgetinterface.h     | 2 +-
 kommander/factory/kommanderfactory.cpp | 2 +-
 5 files changed, 5 insertions(+), 5 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
diff --git a/kommander/factory/kommanderfactory.cpp b/kommander/factory/kommanderfactory.cpp
index f3cbb0e1..9d6143ad 100644
--- a/kommander/factory/kommanderfactory.cpp
+++ b/kommander/factory/kommanderfactory.cpp
@@ -39,7 +39,7 @@
 #include <tqtooltip.h>
 #include <tqwhatsthis.h>
 #include <tqobjectlist.h>
-#include <tqpluginmanager_p.h>
+#include <private/tqpluginmanager_p.h>
 #include <tqmime.h>
 #include <tqdragobject.h>
 #include <zlib.h>
-- 
cgit v1.2.3

