diff options
Diffstat (limited to 'src/plugins/projectexplorer/projectwindow.cpp')
-rw-r--r-- | src/plugins/projectexplorer/projectwindow.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/projectexplorer/projectwindow.cpp b/src/plugins/projectexplorer/projectwindow.cpp index 27de1b970e..ee6e683f65 100644 --- a/src/plugins/projectexplorer/projectwindow.cpp +++ b/src/plugins/projectexplorer/projectwindow.cpp @@ -49,11 +49,11 @@ #include <utils/qtcassert.h> #include <utils/stylehelper.h> -#include <QtGui/QApplication> -#include <QtGui/QGridLayout> -#include <QtGui/QLabel> -#include <QtGui/QPainter> -#include <QtGui/QStackedWidget> +#include <QApplication> +#include <QGridLayout> +#include <QLabel> +#include <QPainter> +#include <QStackedWidget> using namespace ProjectExplorer; using namespace ProjectExplorer::Internal; |