aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonsettings.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2024-11-19 17:57:19 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2024-11-20 09:11:17 +0000
commit4665f0ec343cb2aca6737cc222f5957fbad6eedf (patch)
tree94669cf015aab7dade31ce9e429c82f3526baae3 /src/plugins/python/pythonsettings.cpp
parentceeeba5667948920fe62c06579ea9c670c55f1fe (diff)
ProjectExplorer: Dissolve kitaspects.{h,cpp}
Move the remaining classes into their own files. Change-Id: I301e72004c21446fa9b8f15942bb042218b0ecef Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/python/pythonsettings.cpp')
-rw-r--r--src/plugins/python/pythonsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonsettings.cpp b/src/plugins/python/pythonsettings.cpp
index 49091b886c9..58e5d11f81b 100644
--- a/src/plugins/python/pythonsettings.cpp
+++ b/src/plugins/python/pythonsettings.cpp
@@ -13,7 +13,7 @@
#include <coreplugin/progressmanager/processprogress.h>
#include <projectexplorer/kitaspect.h>
-#include <projectexplorer/kitaspects.h>
+#include <projectexplorer/environmentkitaspect.h>
#include <projectexplorer/kitmanager.h>
#include <extensionsystem/pluginmanager.h>