aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphoverhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cpphoverhandler.cpp')
-rw-r--r--src/plugins/cppeditor/cpphoverhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cpphoverhandler.cpp b/src/plugins/cppeditor/cpphoverhandler.cpp
index a8aab85d83..6e6d3e30ee 100644
--- a/src/plugins/cppeditor/cpphoverhandler.cpp
+++ b/src/plugins/cppeditor/cpphoverhandler.cpp
@@ -43,8 +43,8 @@
#include <texteditor/basetexteditor.h>
#include <texteditor/helpitem.h>
-#include <QtGui/QTextCursor>
-#include <QtCore/QUrl>
+#include <QTextCursor>
+#include <QUrl>
using namespace CppEditor::Internal;
using namespace Core;