summaryrefslogtreecommitdiff
path: root/vcl/unx/kf5/KF5SalInstance.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kf5/KF5SalInstance.hxx')
-rw-r--r--vcl/unx/kf5/KF5SalInstance.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/kf5/KF5SalInstance.hxx b/vcl/unx/kf5/KF5SalInstance.hxx
index b462e147003d..1d9ed8bc5d92 100644
--- a/vcl/unx/kf5/KF5SalInstance.hxx
+++ b/vcl/unx/kf5/KF5SalInstance.hxx
@@ -29,6 +29,7 @@ class KF5SalInstance final : public Qt5Instance
QFileDialog::FileMode) override;
SalFrame* CreateFrame(SalFrame* pParent, SalFrameStyleFlags nStyle) override;
+ SalFrame* CreateChildFrame(SystemParentData* pParent, SalFrameStyleFlags nStyle) override;
public:
explicit KF5SalInstance(std::unique_ptr<QApplication>& pQApp);