summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-16 17:59:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-16 17:59:47 +0900
commit67e7c23c75926807af63cf19287d948c3e5a14bd (patch)
treea46b8c78e50a347608f7f2f2d5b521de952737cb
parent39a12098434babc75f1fdbf235d7220ded278200 (diff)
downloadtdewebdev-master.tar.gz
tdewebdev-master.zip
Adapt to latest tqt3 versionHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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
-rw-r--r--kommander/factory/kommanderfactory.cpp2
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>