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.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/kf5/KF5SalInstance.hxx b/vcl/unx/kf5/KF5SalInstance.hxx
index add3b112af98..3fb6a793a5ae 100644
--- a/vcl/unx/kf5/KF5SalInstance.hxx
+++ b/vcl/unx/kf5/KF5SalInstance.hxx
@@ -28,9 +28,6 @@ class KF5SalInstance final : public QtInstance
createPicker(css::uno::Reference<css::uno::XComponentContext> const& context,
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, bool bUseCairo);
};