aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/changeselectiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/changeselectiondialog.cpp')
-rw-r--r--src/plugins/git/changeselectiondialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp
index 9872112bdf7..7e797783964 100644
--- a/src/plugins/git/changeselectiondialog.cpp
+++ b/src/plugins/git/changeselectiondialog.cpp
@@ -52,7 +52,7 @@ using namespace Utils;
namespace Git {
namespace Internal {
-ChangeSelectionDialog::ChangeSelectionDialog(const QString &workingDirectory, Core::Id id,
+ChangeSelectionDialog::ChangeSelectionDialog(const QString &workingDirectory, Utils::Id id,
QWidget *parent) :
QDialog(parent), m_ui(new Ui::ChangeSelectionDialog)
{