aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/libpyside/qobjectconnect.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2025-03-20 16:11:05 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2025-03-27 01:15:05 +0100
commit43c8688eaa67e949393d140850732acd1ce80f4c (patch)
tree832a567647bcbdd16308a61daf803fe147a9b738 /sources/pyside6/libpyside/qobjectconnect.cpp
parentd1fa3999085e0a913d59b0e0a289105d00b576ae (diff)
PySide6: Port to Qt include style
Replace the Qt forwarding headers by the .h files. This brings down the dependency list by approx 6%. Pick-to: 6.9 Change-Id: Iae7640ccbdf6a8be68137922d4191522d914d790 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/libpyside/qobjectconnect.cpp')
-rw-r--r--sources/pyside6/libpyside/qobjectconnect.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside6/libpyside/qobjectconnect.cpp b/sources/pyside6/libpyside/qobjectconnect.cpp
index bb98682c2..3c862b3aa 100644
--- a/sources/pyside6/libpyside/qobjectconnect.cpp
+++ b/sources/pyside6/libpyside/qobjectconnect.cpp
@@ -15,9 +15,9 @@
#include "autodecref.h"
#include <helper.h>
-#include <QtCore/QDebug>
-#include <QtCore/QMetaMethod>
-#include <QtCore/QObject>
+#include <QtCore/qdebug.h>
+#include <QtCore/qmetaobject.h>
+#include <QtCore/qobject.h>
#include <QtCore/private/qobject_p.h>