aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/clangtoolruncontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/clangtools/clangtoolruncontrol.h')
-rw-r--r--src/plugins/clangtools/clangtoolruncontrol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/clangtools/clangtoolruncontrol.h b/src/plugins/clangtools/clangtoolruncontrol.h
index 19ad9189af4..e6204da4ff2 100644
--- a/src/plugins/clangtools/clangtoolruncontrol.h
+++ b/src/plugins/clangtools/clangtoolruncontrol.h
@@ -15,7 +15,7 @@
#include <QElapsedTimer>
#include <QSet>
-namespace Utils { class TaskTree; }
+namespace Tasking { class TaskTree; }
namespace ClangTools {
namespace Internal {
@@ -67,7 +67,7 @@ private:
QString m_targetTriple;
Utils::Id m_toolChainType;
- std::unique_ptr<Utils::TaskTree> m_taskTree;
+ std::unique_ptr<Tasking::TaskTree> m_taskTree;
QSet<Utils::FilePath> m_projectFiles;
QSet<Utils::FilePath> m_filesAnalyzed;
QSet<Utils::FilePath> m_filesNotAnalyzed;