summaryrefslogtreecommitdiffstats
path: root/qtbrowserplugin/src/qtbrowserplugin_x11.cpp
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2012-12-28 20:42:13 +1100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2012-12-29 20:20:47 +0100
commit534707f5288181af50a5f560a0a26601fdd01531 (patch)
treea51f2be5403280469424e8d8556ff0812a6e7d05 /qtbrowserplugin/src/qtbrowserplugin_x11.cpp
parent59cd338c351d444cf727ae59372121abebbbec4e (diff)
Remove module prefix from includes
The module prefix is not needed and removing it adds compatibility with Qt 5 which has classes moved into different modules. Change-Id: I20823be670d78ba6cc8eb0e5de1f4f3b6fa2edb6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'qtbrowserplugin/src/qtbrowserplugin_x11.cpp')
-rw-r--r--qtbrowserplugin/src/qtbrowserplugin_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtbrowserplugin/src/qtbrowserplugin_x11.cpp b/qtbrowserplugin/src/qtbrowserplugin_x11.cpp
index 707f8a5..e9ddb59 100644
--- a/qtbrowserplugin/src/qtbrowserplugin_x11.cpp
+++ b/qtbrowserplugin/src/qtbrowserplugin_x11.cpp
@@ -39,7 +39,7 @@
****************************************************************************/
#include <QtGui>
-#include <QtGui/QX11EmbedWidget>
+#include <QX11EmbedWidget>
#include "qtbrowserplugin.h"
#include "qtbrowserplugin_p.h"