aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmaketool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmaketool.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmaketool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmaketool.h b/src/plugins/cmakeprojectmanager/cmaketool.h
index 744a34f2fb4..5243ef06523 100644
--- a/src/plugins/cmakeprojectmanager/cmaketool.h
+++ b/src/plugins/cmakeprojectmanager/cmaketool.h
@@ -9,7 +9,7 @@
#include <utils/filepath.h>
#include <utils/id.h>
-#include <utils/storage.h>
+#include <utils/store.h>
#include <optional>
@@ -60,7 +60,7 @@ public:
bool isValid() const;
Utils::Id id() const { return m_id; }
- Utils::Storage toMap () const;
+ Utils::Store toMap () const;
void setAutorun(bool autoRun) { m_isAutoRun = autoRun; }