aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/changeselectiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/changeselectiondialog.h')
-rw-r--r--src/plugins/git/changeselectiondialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/git/changeselectiondialog.h b/src/plugins/git/changeselectiondialog.h
index 69da3b20d43..24bc3155dc9 100644
--- a/src/plugins/git/changeselectiondialog.h
+++ b/src/plugins/git/changeselectiondialog.h
@@ -18,7 +18,7 @@ QT_END_NAMESPACE
namespace Utils {
class CompletingLineEdit;
class PathChooser;
-class QtcProcess;
+class Process;
} // Utils
namespace Git::Internal {
@@ -53,7 +53,7 @@ private:
void enableButtons(bool b);
- std::unique_ptr<Utils::QtcProcess> m_process;
+ std::unique_ptr<Utils::Process> m_process;
Utils::FilePath m_gitExecutable;
Utils::Environment m_gitEnvironment;
ChangeCommand m_command = NoCommand;