aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/genericprojectmanager/pkgconfigtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/genericprojectmanager/pkgconfigtool.h')
-rw-r--r--src/plugins/genericprojectmanager/pkgconfigtool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/genericprojectmanager/pkgconfigtool.h b/src/plugins/genericprojectmanager/pkgconfigtool.h
index 1c4ca138cb..34ba473ab9 100644
--- a/src/plugins/genericprojectmanager/pkgconfigtool.h
+++ b/src/plugins/genericprojectmanager/pkgconfigtool.h
@@ -33,8 +33,8 @@
#ifndef PKGCONFIGTOOL_H
#define PKGCONFIGTOOL_H
-#include <QtCore/QObject>
-#include <QtCore/QStringList>
+#include <QObject>
+#include <QStringList>
namespace GenericProjectManager {
namespace Internal {