diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-13 12:08:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 09:59:12 +0100 |
commit | 29e9fe918d10001ddd2c7ce68064397ada98f4f6 (patch) | |
tree | f14625e61c63ff483a5ffea2f2ef75507c4130df /toolkit/inc | |
parent | 3f893b52e726d96cb5dfebbc9afc88c28f0a8463 (diff) |
move dialog.hxx to vcl/include/toolkit
Change-Id: Ia3877f58b6e5ccc4fb1621e6b928638e0c850e7a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88602
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/helper/btndlg.hxx | 2 | ||||
-rw-r--r-- | toolkit/inc/helper/scrollabledialog.hxx | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/inc/helper/btndlg.hxx b/toolkit/inc/helper/btndlg.hxx index 46e6e9197004..5f3d994d4f81 100644 --- a/toolkit/inc/helper/btndlg.hxx +++ b/toolkit/inc/helper/btndlg.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_VCL_BTNDLG_HXX #define INCLUDED_VCL_BTNDLG_HXX -#include <vcl/dialog.hxx> +#include <vcl/toolkit/dialog.hxx> #include <o3tl/typed_flags_set.hxx> #include <vector> diff --git a/toolkit/inc/helper/scrollabledialog.hxx b/toolkit/inc/helper/scrollabledialog.hxx index 6dce324dbccb..099bbbd6045e 100644 --- a/toolkit/inc/helper/scrollabledialog.hxx +++ b/toolkit/inc/helper/scrollabledialog.hxx @@ -20,10 +20,9 @@ #ifndef INCLUDED_TOOLKIT_AWT_SCROLLABLEDIALOG_HXX #define INCLUDED_TOOLKIT_AWT_SCROLLABLEDIALOG_HXX -#include <vcl/dialog.hxx> +#include <vcl/toolkit/dialog.hxx> #include <vcl/scrbar.hxx> - namespace toolkit { class ScrollableDialog final : public Dialog |