aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glslcompletionassist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/glsleditor/glslcompletionassist.h')
-rw-r--r--src/plugins/glsleditor/glslcompletionassist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/glsleditor/glslcompletionassist.h b/src/plugins/glsleditor/glslcompletionassist.h
index f3520e3be3..d0c134360f 100644
--- a/src/plugins/glsleditor/glslcompletionassist.h
+++ b/src/plugins/glsleditor/glslcompletionassist.h
@@ -40,8 +40,8 @@
#include <texteditor/codeassist/defaultassistinterface.h>
#include <texteditor/codeassist/ifunctionhintproposalmodel.h>
-#include <QtCore/QScopedPointer>
-#include <QtGui/QIcon>
+#include <QScopedPointer>
+#include <QIcon>
namespace GLSL {
class Function;