diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-19 17:40:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-23 12:50:52 +0200 |
commit | 501c8d64b5831ccbf943db9342f337ed89ff0652 (patch) | |
tree | ebe0e2a011031970250efe68534d7076d3539794 /vcl/qa | |
parent | e2341bb8a43b9d6443a90e745b699f662550c64c (diff) |
move ListBox to toolkit-only headers
Change-Id: I6266dedb17cd7c3b730fc69804695536fef37cfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96751
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/dndtest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/dndtest.cxx b/vcl/qa/cppunit/dndtest.cxx index 37629239b83c..9120c19c0e9c 100644 --- a/vcl/qa/cppunit/dndtest.cxx +++ b/vcl/qa/cppunit/dndtest.cxx @@ -23,7 +23,7 @@ #include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> -#include <vcl/lstbox.hxx> +#include <vcl/toolkit/lstbox.hxx> #include <cppuhelper/implbase.hxx> |