diff --git a/src/multimedia/video/qvideoframe.h b/src/multimedia/video/qvideoframe.h
index 375f80dacb74bc3b3b95bd3d9d7e910630ca461e..206658bc5b85c38858315dc906ede746d0d7592a 100644
--- a/src/multimedia/video/qvideoframe.h
+++ b/src/multimedia/video/qvideoframe.h
@@ -75,7 +75,6 @@ public:
         Format_ARGB8565_Premultiplied,
         Format_BGRA32,
         Format_BGRA32_Premultiplied,
-        Format_ABGR32,
         Format_BGR32,
         Format_BGR24,
         Format_BGR565,
@@ -102,6 +101,7 @@ public:
 
         Format_CameraRaw,
         Format_AdobeDng,
+        Format_ABGR32, // ### Qt 6: reorder
 
 #ifndef Q_QDOC
         NPixelFormats,