diff options
Diffstat (limited to 'vcl/qt5/Qt5Frame.cxx')
-rw-r--r-- | vcl/qt5/Qt5Frame.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx index 905e542a65b0..4a6075999096 100644 --- a/vcl/qt5/Qt5Frame.cxx +++ b/vcl/qt5/Qt5Frame.cxx @@ -735,8 +735,8 @@ void Qt5Frame::StartPresentation(bool bStart) // meh - so there's no Qt platform independent solution // https://forum.qt.io/topic/38504/solved-qdialog-in-fullscreen-disable-os-screensaver #if QT5_USING_X11 - o3tl::optional<unsigned int> aRootWindow; - o3tl::optional<Display*> aDisplay; + std::optional<unsigned int> aRootWindow; + std::optional<Display*> aDisplay; if (QX11Info::isPlatformX11()) { |