aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonsettings.cpp
diff options
context:
space:
mode:
authorJarek Kobus <[email protected]>2025-10-30 15:15:02 +0100
committerJarek Kobus <[email protected]>2025-10-31 12:52:08 +0000
commit35a84b81c6f956281994b77a6b9e0b7286035db5 (patch)
tree0c43877b7a3986a9821ea2521f99e469e7204989 /src/plugins/python/pythonsettings.cpp
parent2f27675104e8df5cd41be5d7b6cdcc2dd491953d (diff)
TaskTree: Switch to qt-ified QtTaskTree
Remove the old Tasking lib. Change-Id: Iacb4939cc873e25d6039efae7dd23510a7baa5f9 Reviewed-by: hjk <[email protected]>
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 d36a3ad5684..1a74c5e91af 100644
--- a/src/plugins/python/pythonsettings.cpp
+++ b/src/plugins/python/pythonsettings.cpp
@@ -56,7 +56,7 @@
#include <QWidget>
using namespace ProjectExplorer;
-using namespace Tasking;
+using namespace QtTaskTree;
using namespace Utils;
namespace Python::Internal {