summaryrefslogtreecommitdiff
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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp
index e3e07d0631..62c4c35a10 100644
--- a/src/plugins/git/changeselectiondialog.cpp
+++ b/src/plugins/git/changeselectiondialog.cpp
@@ -32,8 +32,8 @@
#include "changeselectiondialog.h"
-#include <QtGui/QFileDialog>
-#include <QtGui/QMessageBox>
+#include <QFileDialog>
+#include <QMessageBox>
namespace Git {
namespace Internal {