aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6')
-rw-r--r--sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp3
-rw-r--r--sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp3
-rw-r--r--sources/pyside6/PySide6/QtDesigner/qpydesignercustomwidgetcollection.cpp6
-rw-r--r--sources/pyside6/PySide6/QtQuick/pysidequickregistertype.cpp3
-rw-r--r--sources/pyside6/PySide6/glue/qtuitools.cpp3
5 files changed, 13 insertions, 5 deletions
diff --git a/sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp b/sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp
index 23f932d26..6db8a4084 100644
--- a/sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp
+++ b/sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp
@@ -5,7 +5,8 @@
#include "qtcorehelper.h"
#include "pysideqobject.h"
-#include "shiboken.h"
+#include "sbkpython.h"
+#include "sbkconverter.h"
#ifndef Py_LIMITED_API
# include <datetime.h>
#endif
diff --git a/sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp b/sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp
index d806b23e1..3ff157e49 100644
--- a/sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp
+++ b/sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp
@@ -2,7 +2,8 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include <sbkpython.h>
-#include <shiboken.h>
+#include <sbkconverter.h>
+#include <sbkstaticstrings.h>
#include <pysideweakref.h>
#include <QtCore/QEasingCurve>
diff --git a/sources/pyside6/PySide6/QtDesigner/qpydesignercustomwidgetcollection.cpp b/sources/pyside6/PySide6/QtDesigner/qpydesignercustomwidgetcollection.cpp
index 19e974233..545aabb06 100644
--- a/sources/pyside6/PySide6/QtDesigner/qpydesignercustomwidgetcollection.cpp
+++ b/sources/pyside6/PySide6/QtDesigner/qpydesignercustomwidgetcollection.cpp
@@ -6,8 +6,12 @@
#include <QtCore/QCoreApplication>
#include <QtCore/QVariant>
-#include <shiboken.h>
+#include <sbkpython.h>
+#include <autodecref.h>
+#include <basewrapper.h>
#include <bindingmanager.h>
+#include <sbkconverter.h>
+#include <sbkstring.h>
QT_BEGIN_NAMESPACE
diff --git a/sources/pyside6/PySide6/QtQuick/pysidequickregistertype.cpp b/sources/pyside6/PySide6/QtQuick/pysidequickregistertype.cpp
index f7749b4e7..43c7bba8e 100644
--- a/sources/pyside6/PySide6/QtQuick/pysidequickregistertype.cpp
+++ b/sources/pyside6/PySide6/QtQuick/pysidequickregistertype.cpp
@@ -6,7 +6,8 @@
#include <pyside.h>
#include <pysideqmlregistertype.h>
#include <pyside_p.h>
-#include <shiboken.h>
+#include <sbkpython.h>
+#include <sbkconverter.h>
#include <QtQuick/QQuickPaintedItem>
diff --git a/sources/pyside6/PySide6/glue/qtuitools.cpp b/sources/pyside6/PySide6/glue/qtuitools.cpp
index 3fe3554c4..6eba9a94f 100644
--- a/sources/pyside6/PySide6/glue/qtuitools.cpp
+++ b/sources/pyside6/PySide6/glue/qtuitools.cpp
@@ -7,7 +7,8 @@
* Frédéric <frederic.mantegazza at gbiloba.org>
*/
-#include <shiboken.h>
+#include <sbkpython.h>
+#include <sbkconverter.h>
#include <QtUiTools/QUiLoader>
#include <QtWidgets/QWidget>