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.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/unx/kf5/KF5FilePicker.hxx b/vcl/unx/kf5/KF5FilePicker.hxx
index 4325e782d0f4..ee731a36a425 100644
--- a/vcl/unx/kf5/KF5FilePicker.hxx
+++ b/vcl/unx/kf5/KF5FilePicker.hxx
@@ -23,11 +23,11 @@
class QGridLayout;
-class KF5FilePicker : public Qt5FilePicker
+class KF5FilePicker final : public Qt5FilePicker
{
Q_OBJECT
-protected:
+private:
//layout for extra custom controls
QGridLayout* _layout;
@@ -55,8 +55,6 @@ public:
private:
//add a custom control widget to the file dialog
void addCustomControl(sal_Int16 controlId) override;
-
-protected:
bool eventFilter(QObject* watched, QEvent* event) override;
};