summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/qclass_lib_map.h
diff options
context:
space:
mode:
authorVolker Krause <volker.krause@kdab.com>2013-01-19 17:13:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-19 18:31:07 +0100
commit5ab42af6124db36c14347b28b286b24724c58f82 (patch)
tree71b51ccd56bf4fb404860c9fd9ed42acecf799a1 /src/tools/uic/qclass_lib_map.h
parent5bc5be22e827395cde311163f0ec2f7a20d0dcd1 (diff)
Adapt to WebKit Widgets module split.
These classes moved as well, but were missed in commit c07408e2. This fixes uic generating invalid code if any of these classes are used in an .ui file. Change-Id: I0359157f540a5f4979cca781169e5a9b2a0afad7 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/tools/uic/qclass_lib_map.h')
-rw-r--r--src/tools/uic/qclass_lib_map.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h
index 6560244808..c4d4d840a6 100644
--- a/src/tools/uic/qclass_lib_map.h
+++ b/src/tools/uic/qclass_lib_map.h
@@ -460,13 +460,13 @@ QT_CLASS_LIB(QGraphicsWebView, QtWebKitWidgets, qgraphicswebview.h)
QT_CLASS_LIB(QWebDatabase, QtWebKit, qwebdatabase.h)
QT_CLASS_LIB(QWebElement, QtWebKit, qwebelement.h)
QT_CLASS_LIB(QWebElementCollection, QtWebKit, qwebelement.h)
-QT_CLASS_LIB(QWebHitTestResult, QtWebKit, qwebframe.h)
-QT_CLASS_LIB(QWebFrame, QtWebKit, qwebframe.h)
+QT_CLASS_LIB(QWebHitTestResult, QtWebKitWidgets, qwebframe.h)
+QT_CLASS_LIB(QWebFrame, QtWebKitWidgets, qwebframe.h)
QT_CLASS_LIB(QWebHistoryItem, QtWebKit, qwebhistory.h)
QT_CLASS_LIB(QWebHistory, QtWebKit, qwebhistory.h)
QT_CLASS_LIB(QWebHistoryInterface, QtWebKit, qwebhistoryinterface.h)
-QT_CLASS_LIB(QWebInspector, QtWebKit, qwebinspector.h)
-QT_CLASS_LIB(QWebPage, QtWebKit, qwebpage.h)
+QT_CLASS_LIB(QWebInspector, QtWebKitWidgets, qwebinspector.h)
+QT_CLASS_LIB(QWebPage, QtWebKitWidgets, qwebpage.h)
QT_CLASS_LIB(QWebPluginFactory, QtWebKit, qwebpluginfactory.h)
QT_CLASS_LIB(QWebSecurityOrigin, QtWebKit, qwebsecurityorigin.h)
QT_CLASS_LIB(QWebSettings, QtWebKit, qwebsettings.h)