diff options
Diffstat (limited to 'src/plugins/genericprojectmanager/filesselectionwizardpage.cpp')
-rw-r--r-- | src/plugins/genericprojectmanager/filesselectionwizardpage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/genericprojectmanager/filesselectionwizardpage.cpp b/src/plugins/genericprojectmanager/filesselectionwizardpage.cpp index e2f0959a1e..f66169ffd5 100644 --- a/src/plugins/genericprojectmanager/filesselectionwizardpage.cpp +++ b/src/plugins/genericprojectmanager/filesselectionwizardpage.cpp @@ -37,9 +37,9 @@ #include <coreplugin/mimedatabase.h> #include <coreplugin/icore.h> -#include <QtGui/QVBoxLayout> -#include <QtGui/QLineEdit> -#include <QtGui/QPushButton> +#include <QVBoxLayout> +#include <QLineEdit> +#include <QPushButton> using namespace GenericProjectManager; using namespace GenericProjectManager::Internal; |