summaryrefslogtreecommitdiff
path: root/vcl/unx/kde/fpicker/kdefilepicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde/fpicker/kdefilepicker.hxx')
-rw-r--r--vcl/unx/kde/fpicker/kdefilepicker.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/kde/fpicker/kdefilepicker.hxx b/vcl/unx/kde/fpicker/kdefilepicker.hxx
index 4392d1e2460c..93bc45935412 100644
--- a/vcl/unx/kde/fpicker/kdefilepicker.hxx
+++ b/vcl/unx/kde/fpicker/kdefilepicker.hxx
@@ -84,11 +84,11 @@ public:
virtual ~KDEFileDialog();
protected:
- virtual void resizeEvent( QResizeEvent *pEvent ) SAL_OVERRIDE;
- virtual void showEvent( QShowEvent *pEvent ) SAL_OVERRIDE;
+ virtual void resizeEvent( QResizeEvent *pEvent ) override;
+ virtual void showEvent( QShowEvent *pEvent ) override;
void updateCustomWidgetLayout();
- virtual void customEvent( QCustomEvent *pEvent ) SAL_OVERRIDE;
+ virtual void customEvent( QCustomEvent *pEvent ) override;
protected:
void appendControl( const QString &rId, const QString &rType, const QString &rTitle );