summaryrefslogtreecommitdiff
path: root/vcl/unx/kf5/KF5FilePicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kf5/KF5FilePicker.hxx')
-rw-r--r--vcl/unx/kf5/KF5FilePicker.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/unx/kf5/KF5FilePicker.hxx b/vcl/unx/kf5/KF5FilePicker.hxx
index 4cf84c7fecbd..c3012b883fe9 100644
--- a/vcl/unx/kf5/KF5FilePicker.hxx
+++ b/vcl/unx/kf5/KF5FilePicker.hxx
@@ -20,9 +20,10 @@
#pragma once
#include <Qt5FilePicker.hxx>
-#include <memory>
-class QGridLayout;
+#include <QtWidgets/QGridLayout>
+
+#include <memory>
class KF5FilePicker final : public Qt5FilePicker
{