diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-12 11:03:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-12 20:23:20 +0200 |
commit | 70a008181aef33272346e7ae45f8838354346ead (patch) | |
tree | 6d4e0e87d15e27d38639bbae1e6832a2f9b4a233 /vcl/inc/iconview.hxx | |
parent | 4ddafa14d70567a4e4581310a7cc83eafc1b776f (diff) |
SvTreeListBox can move into toolkit headers now
Change-Id: I6b3b6ef1530a192f4b6bf87aa9688687063683ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100591
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/iconview.hxx')
-rw-r--r-- | vcl/inc/iconview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/iconview.hxx b/vcl/inc/iconview.hxx index 09d1a0b02fe7..f9b623688621 100644 --- a/vcl/inc/iconview.hxx +++ b/vcl/inc/iconview.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SVTOOLS_ICONVIEW_HXX #define INCLUDED_SVTOOLS_ICONVIEW_HXX -#include <vcl/treelistbox.hxx> +#include <vcl/toolkit/treelistbox.hxx> class IconView final : public SvTreeListBox { |