From c07408e2204eb444897714a3d299f04a8b8cfba3 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 15 Oct 2012 15:19:43 +0200 Subject: Adapt to WebKit Widgets module changes 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 --- src/tools/uic/qclass_lib_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/uic') diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h index 02cd04ca48..e35697399d 100644 --- a/src/tools/uic/qclass_lib_map.h +++ b/src/tools/uic/qclass_lib_map.h @@ -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) -- cgit v1.2.3