aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/glsleditor/glslhoverhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/glsleditor/glslhoverhandler.cpp')
-rw-r--r--src/plugins/glsleditor/glslhoverhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/glsleditor/glslhoverhandler.cpp b/src/plugins/glsleditor/glslhoverhandler.cpp
index 28b864a456..bd7a30fbd0 100644
--- a/src/plugins/glsleditor/glslhoverhandler.cpp
+++ b/src/plugins/glsleditor/glslhoverhandler.cpp
@@ -41,8 +41,8 @@
#include <texteditor/itexteditor.h>
#include <texteditor/basetexteditor.h>
-#include <QtGui/QTextCursor>
-#include <QtCore/QUrl>
+#include <QTextCursor>
+#include <QUrl>
using namespace GLSLEditor;
using namespace GLSLEditor::Internal;