aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/testconfiguration.h')
-rw-r--r--src/plugins/autotest/testconfiguration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/autotest/testconfiguration.h b/src/plugins/autotest/testconfiguration.h
index 492509605cf..6292ef8204c 100644
--- a/src/plugins/autotest/testconfiguration.h
+++ b/src/plugins/autotest/testconfiguration.h
@@ -12,7 +12,7 @@
#include <QPointer>
#include <QStringList>
-namespace Utils { class QtcProcess; }
+namespace Utils { class Process; }
namespace Autotest {
namespace Internal {
@@ -39,7 +39,7 @@ public:
Utils::FilePath executableFilePath() const;
virtual Utils::FilePath testExecutable() const { return executableFilePath(); };
- virtual TestOutputReader *createOutputReader(Utils::QtcProcess *app) const = 0;
+ virtual TestOutputReader *createOutputReader(Utils::Process *app) const = 0;
virtual Utils::Environment filteredEnvironment(const Utils::Environment &original) const;
ITestBase *testBase() const { return m_testBase; }