summaryrefslogtreecommitdiffstats
path: root/tests/manual/foreignwindows/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/foreignwindows/main.cpp')
-rw-r--r--tests/manual/foreignwindows/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/foreignwindows/main.cpp b/tests/manual/foreignwindows/main.cpp
index 436538df70..cad71d183a 100644
--- a/tests/manual/foreignwindows/main.cpp
+++ b/tests/manual/foreignwindows/main.cpp
@@ -59,8 +59,8 @@
QT_USE_NAMESPACE
using WidgetPtr = QSharedPointer<QWidget>;
-using WidgetPtrList = QVector<WidgetPtr>;
-using WIdList = QVector<WId>;
+using WidgetPtrList = QList<WidgetPtr>;
+using WIdList = QList<WId>;
// Create some pre-defined Windows controls by class name
static WId createInternalWindow(const QString &name)