summaryrefslogtreecommitdiffstats
path: root/src/designer/src/plugins/activeqt/qaxwidgetextrainfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/plugins/activeqt/qaxwidgetextrainfo.cpp')
-rw-r--r--src/designer/src/plugins/activeqt/qaxwidgetextrainfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/plugins/activeqt/qaxwidgetextrainfo.cpp b/src/designer/src/plugins/activeqt/qaxwidgetextrainfo.cpp
index 299fb466c..989c47482 100644
--- a/src/designer/src/plugins/activeqt/qaxwidgetextrainfo.cpp
+++ b/src/designer/src/plugins/activeqt/qaxwidgetextrainfo.cpp
@@ -65,7 +65,7 @@ bool QAxWidgetExtraInfo::saveWidgetExtraInfo(DomWidget *ui_widget)
/* Turn off standard setters and make sure "control" is in front,
* otherwise, previews will not work as the properties are not applied via
* the caching property sheet, them. */
- typedef QList<DomProperty *> DomPropertyList;
+ typedef QVector<DomProperty *> DomPropertyList;
DomPropertyList props = ui_widget->elementProperty();
const int size = props.size();
const QString controlProperty = QLatin1String(QAxWidgetPropertySheet::controlPropertyName);