aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonrunconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/python/pythonrunconfiguration.h')
-rw-r--r--src/plugins/python/pythonrunconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonrunconfiguration.h b/src/plugins/python/pythonrunconfiguration.h
index ba3611bf6b..ffdf4a4d27 100644
--- a/src/plugins/python/pythonrunconfiguration.h
+++ b/src/plugins/python/pythonrunconfiguration.h
@@ -41,7 +41,7 @@ class PythonRunConfiguration : public ProjectExplorer::RunConfiguration
Q_PROPERTY(QString arguments READ arguments)
public:
- PythonRunConfiguration(ProjectExplorer::Target *target, Core::Id id);
+ PythonRunConfiguration(ProjectExplorer::Target *target, Utils::Id id);
QString interpreter() const;
private: