Adapt to WebKit Widgets module changes
authorSimon Hausmann <simon.hausmann@digia.com>
Mon, 15 Oct 2012 13:19:43 +0000 (15:19 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 15 Oct 2012 14:10:23 +0000 (16:10 +0200)
QtWebKit is being split up into QtWebKit and QtWebKitWidgets. QWebView
and QGraphicsWebView live in the QtWebKitWidgets module and consequently
the class list here in UIC needs to be adapted.

Change-Id: I245dba49d4fb23ca197f78de4a429b8ba9f78c3f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/tools/uic/qclass_lib_map.h

index 02cd04c..e356973 100644 (file)
@@ -456,7 +456,7 @@ QT_CLASS_LIB(QAxAggregated, ActiveQt, qaxaggregated.h)
 QT_CLASS_LIB(QAxBindable, ActiveQt, qaxbindable.h)
 QT_CLASS_LIB(QAxFactory, ActiveQt, qaxfactory.h)
 QT_CLASS_LIB(QAxClass, ActiveQt, qaxfactory.h)
-QT_CLASS_LIB(QGraphicsWebView, QtWebKit, qgraphicswebview.h)
+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)
@@ -470,7 +470,7 @@ QT_CLASS_LIB(QWebPage, QtWebKit, qwebpage.h)
 QT_CLASS_LIB(QWebPluginFactory, QtWebKit, qwebpluginfactory.h)
 QT_CLASS_LIB(QWebSecurityOrigin, QtWebKit, qwebsecurityorigin.h)
 QT_CLASS_LIB(QWebSettings, QtWebKit, qwebsettings.h)
-QT_CLASS_LIB(QWebView, QtWebKit, qwebview.h)
+QT_CLASS_LIB(QWebView, QtWebKitWidgets, qwebview.h)
 QT_CLASS_LIB(QAudio, QtMultimedia, qaudio.h)
 QT_CLASS_LIB(QAudioDeviceInfo, QtMultimedia, qaudiodeviceinfo.h)
 QT_CLASS_LIB(QAbstractAudioDeviceInfo, QtMultimedia, qaudioengine.h)