summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-11 13:58:28 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-05-11 12:45:31 +0000
commit21a66c167da2d65efd5fceff92d66efae01464c6 (patch)
treebd71381fe1834f574fbbce62170afed17c059812 /src
parent479c3bd93be061fab5753940fbc64b514e29615b (diff)
uic: Adapt to ActiveQt module restructuring
Task-number: QTBUG-78167 Change-Id: I827db1bf519a6ffcc609d215e08622bf910d519e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/tools/uic/qclass_lib_map.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h
index 03b3ffa5dd..0da7bddaa0 100644
--- a/src/tools/uic/qclass_lib_map.h
+++ b/src/tools/uic/qclass_lib_map.h
@@ -415,17 +415,17 @@ QT_CLASS_LIB(QXmlResultItems, QtXmlPatterns, qxmlresultitems.h)
QT_CLASS_LIB(QXmlSchema, QtXmlPatterns, qxmlschema.h)
QT_CLASS_LIB(QXmlSchemaValidator, QtXmlPatterns, qxmlschemavalidator.h)
QT_CLASS_LIB(QXmlSerializer, QtXmlPatterns, qxmlserializer.h)
-QT_CLASS_LIB(QAxBase, ActiveQt, qaxbase.h)
-QT_CLASS_LIB(QAxObject, ActiveQt, qaxobject.h)
-QT_CLASS_LIB(QAxScriptEngine, ActiveQt, qaxscript.h)
-QT_CLASS_LIB(QAxScript, ActiveQt, qaxscript.h)
-QT_CLASS_LIB(QAxScriptManager, ActiveQt, qaxscript.h)
-QT_CLASS_LIB(QAxSelect, ActiveQt, qaxselect.h)
-QT_CLASS_LIB(QAxWidget, ActiveQt, qaxwidget.h)
-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(QAxBase, QtAxContainer, qaxbase.h)
+QT_CLASS_LIB(QAxObject, QtAxContainer, qaxobject.h)
+QT_CLASS_LIB(QAxScriptEngine, QtAxContainer, qaxscript.h)
+QT_CLASS_LIB(QAxScript, QtAxContainer, qaxscript.h)
+QT_CLASS_LIB(QAxScriptManager, QtAxContainer, qaxscript.h)
+QT_CLASS_LIB(QAxSelect, QtAxContainer, qaxselect.h)
+QT_CLASS_LIB(QAxWidget, QtAxContainer, qaxwidget.h)
+QT_CLASS_LIB(QAxAggregated, QtAxContainer, qaxaggregated.h)
+QT_CLASS_LIB(QAxBindable, QtAxContainer, qaxbindable.h)
+QT_CLASS_LIB(QAxFactory, QtAxContainer, qaxfactory.h)
+QT_CLASS_LIB(QAxClass, QtAxContainer, qaxfactory.h)
QT_CLASS_LIB(QGraphicsWebView, QtWebKitWidgets, qgraphicswebview.h)
QT_CLASS_LIB(QWebDatabase, QtWebKit, qwebdatabase.h)
QT_CLASS_LIB(QWebElement, QtWebKit, qwebelement.h)