summaryrefslogtreecommitdiff
path: root/vcl/source/treelist/uiobject.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-12 11:03:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-12 20:23:20 +0200
commit70a008181aef33272346e7ae45f8838354346ead (patch)
tree6d4e0e87d15e27d38639bbae1e6832a2f9b4a233 /vcl/source/treelist/uiobject.cxx
parent4ddafa14d70567a4e4581310a7cc83eafc1b776f (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/source/treelist/uiobject.cxx')
-rw-r--r--vcl/source/treelist/uiobject.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/treelist/uiobject.cxx b/vcl/source/treelist/uiobject.cxx
index 9256321688dd..1c9146c51101 100644
--- a/vcl/source/treelist/uiobject.cxx
+++ b/vcl/source/treelist/uiobject.cxx
@@ -10,8 +10,8 @@
#include <memory>
#include <vcl/toolkit/svlbitm.hxx>
#include <vcl/uitest/uiobject.hxx>
-#include <vcl/treelistbox.hxx>
-#include <vcl/treelistentry.hxx>
+#include <vcl/toolkit/treelistbox.hxx>
+#include <vcl/toolkit/treelistentry.hxx>
TreeListUIObject::TreeListUIObject(const VclPtr<SvTreeListBox>& xTreeList):
WindowUIObject(xTreeList),