summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp')
-rw-r--r--share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp b/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp
index a727536337..574ff58b8a 100644
--- a/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp
+++ b/share/qtcreator/templates/html5app/html5applicationviewer/html5applicationviewer.cpp
@@ -8,20 +8,20 @@
#include "html5applicationviewer.h"
-#include <QtCore/QCoreApplication>
-#include <QtCore/QDir>
-#include <QtCore/QFileInfo>
-#include <QtGui/QVBoxLayout>
-#include <QtGui/QGraphicsView>
-#include <QtGui/QGraphicsScene>
-#include <QtGui/QGraphicsLinearLayout>
-#include <QtWebKit/QGraphicsWebView>
-#include <QtWebKit/QWebFrame>
+#include <QCoreApplication>
+#include <QDir>
+#include <QFileInfo>
+#include <QVBoxLayout>
+#include <QGraphicsView>
+#include <QGraphicsScene>
+#include <QGraphicsLinearLayout>
+#include <QGraphicsWebView>
+#include <QWebFrame>
#ifdef TOUCH_OPTIMIZED_NAVIGATION
-#include <QtCore/QTimer>
-#include <QtGui/QGraphicsSceneMouseEvent>
-#include <QtWebKit/QWebElement>
+#include <QTimer>
+#include <QGraphicsSceneMouseEvent>
+#include <QWebElement>
#include "navigationcontroller.h"
#include "webtouchevent.h"
#include "webtouchnavigation.h"